diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-10-09 15:52:02 -0700 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-10-09 15:52:02 -0700 |
| commit | 42da3b72a8ee7deac3abe238fbdb1591d8d945b9 (patch) | |
| tree | 004eff4289ff5e01d8d66fbb29942cb2f94f47a9 /run_module_examples.py | |
| parent | 0c965a54861e779ca51b235e7a3c2475d8a84dfb (diff) | |
alright got rid of most relative paths
Diffstat (limited to 'run_module_examples.py')
| -rw-r--r-- | run_module_examples.py | 4 |
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__ |
