summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2016-03-02 07:17:50 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2016-03-02 07:17:50 -0800
commit9e13bba17a2539266f2690f115388ac9598043c9 (patch)
treea6f09790455f55a5995407ceae04a6ecedf4d463 /run_module_examples.py
parentdae34ec90053189eccaa03707f216f7ad3264e84 (diff)
ready for review
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 882de78..3c0e29a 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__ == "PbBreaker":
+ if cls.__name__ == "PbLandscape":
instance = cls.example_run()
print instance.get_output_file().as_dict()
instance.get_output_file().s3move()