diff options
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() |
