diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-09-23 23:57:55 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-09-23 23:57:55 -0700 |
| commit | dd7d9847767361e0dfeac23ef88bb366aa99e164 (patch) | |
| tree | 9a3a29c1824885512e37a0adadb48152c3030fd2 /run_module_examples.py | |
| parent | 5c982ed500b51f5b8d911e5a5adec10ac2d31d2e (diff) | |
renamed modules
Diffstat (limited to 'run_module_examples.py')
| -rw-r--r-- | run_module_examples.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_module_examples.py b/run_module_examples.py index 1c385b2..9a6ab10 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -1,6 +1,6 @@ import sys sys.path.append('./lib') -from Pb import * +from pb import * for cls in Pb.__subclasses__(): print cls.__name__ instance = cls.example_run() |
