Lines Matching refs:zipFile
1008 zipFile = dialog.GetPath() 1009 z = __import__('zipfile') 1011 if not z.is_zipfile(zipFile): 1014 zip = z.ZipFile(zipFile, 'r')