summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_module_examples.py')
-rw-r--r--run_module_examples.py2
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()