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.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/run_module_examples.py b/run_module_examples.py
index 4e59475..909c207 100644
--- a/run_module_examples.py
+++ b/run_module_examples.py
@@ -1,8 +1,6 @@
#!/usr/bin/python2.7
"""calls the example_run method on all modules"""
-import sys
-sys.path.append('./lib')
-from pb import *
+from photoblaster.modules import Pb
for cls in Pb.__subclasses__():
if cls.__name__ == "PbGradient":
print cls.__name__