Home
last modified time | relevance | path

Searched refs:importable (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dh2py.py44 importable = {} variable
87 importable[filename[len(dir)+1:]] = modname
155 if importable.has_key(filename):
156 outfp.write('from %s import *\n' % importable[filename])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_uuid.py5 def importable(name): function
318 if importable('win32wnet') and importable('netbios'):
330 if importable('ctypes') and os.name == 'posix':
338 if importable('ctypes') and os.name == 'nt':
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
DREADME16 importable module. The actual script in cgi-bin is minimal.