summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2016-03-01 20:52:30 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2016-03-01 20:52:30 -0800
commita77b7aa6bca2ed6104d7582aaea3ab349cccc24e (patch)
treed3389d816dc500312edfb863426f79da638e5180 /run_module_examples.py
parent6f1d39fc12ce4a87dff5e1ac39fdab447e0ea68f (diff)
awesome
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 54b8a30..4f99e9a 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__ == "PbGradient":
+ if cls.__name__ == "PbBreaker":
instance = cls.example_run()
print instance.output_file.as_dict()
instance.output_file.s3move()