Searched refs:importable (Results 1 – 3 of 3) sorted by relevance
44 importable = {} variable87 importable[filename[len(dir)+1:]] = modname155 if importable.has_key(filename):156 outfp.write('from %s import *\n' % importable[filename])
5 def importable(name): function318 if importable('win32wnet') and importable('netbios'):330 if importable('ctypes') and os.name == 'posix':338 if importable('ctypes') and os.name == 'nt':
16 importable module. The actual script in cgi-bin is minimal.