summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2016-03-03 19:39:08 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2016-03-03 19:39:08 -0800
commit377dd69391459b9b0099b7b2ba2e092887480fb7 (patch)
treef48f5cc0cb65ef1099056f9e0e45b332a36eea86 /run_module_examples.py
parent6a87a8cc49105d54e4a40dfab66207e04e046904 (diff)
good
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 27fd13c..d6900dc 100644
--- a/run_module_examples.py
+++ b/run_module_examples.py
@@ -4,7 +4,7 @@ from photoblaster.modules import Modules
modules = Modules()
for module_name in modules.list_modules():
- if module_name == "pbconcat":
+ if module_name == "pbgenerate":
print "\n\n\n"
print "running example for %s" % module_name
cls = modules.get_module(module_name)