Module modulefinder
[hide private]
[frames] | no frames]

Module modulefinder

Find modules used by a script, using introspection.

Classes [hide private]
Module
ModuleFinder
Functions [hide private]
 
AddPackagePath(packagename, path)
 
ReplacePackage(oldname, newname)
 
test()
Variables [hide private]
  READ_MODE = 'r'
  LOAD_CONST = 100
  IMPORT_NAME = 107
  STORE_NAME = 90
  STORE_GLOBAL = 97
  STORE_OPS = [90, 97]
  packagePathMap = {}
  replacePackageMap = {}

Imports: dis, imp, marshal, os, sys, new