From 42da3b72a8ee7deac3abe238fbdb1591d8d945b9 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Fri, 9 Oct 2015 15:52:02 -0700 Subject: alright got rid of most relative paths --- run_module_examples.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'run_module_examples.py') 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__ -- cgit v1.2.3-70-g09d2