summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-09-23 23:57:55 -0700
committeryo mama <pepper@scannerjammer.com>2015-09-23 23:57:55 -0700
commitdd7d9847767361e0dfeac23ef88bb366aa99e164 (patch)
tree9a3a29c1824885512e37a0adadb48152c3030fd2 /run_module_examples.py
parent5c982ed500b51f5b8d911e5a5adec10ac2d31d2e (diff)
renamed modules
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()