diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2016-03-02 12:58:10 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2016-03-02 12:58:10 -0800 |
| commit | f322dc9ebbee582c8283083b887374b1c67c89d5 (patch) | |
| tree | 071405eac9f31ed1e56708b288859e2aa0d9ae9f /run_module_examples.py | |
| parent | 0621b7f7ab757d2b4df7fd2496f2bbf39b7cf313 (diff) | |
ok that works
Diffstat (limited to 'run_module_examples.py')
| -rw-r--r-- | run_module_examples.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_module_examples.py b/run_module_examples.py index 3c0e29a..882de78 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -3,7 +3,7 @@ from photoblaster.modules import Pb for cls in Pb.__subclasses__(): print cls.__name__ - if cls.__name__ == "PbLandscape": + if cls.__name__ == "PbBreaker": instance = cls.example_run() print instance.get_output_file().as_dict() instance.get_output_file().s3move() |
