summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2016-03-06 21:13:19 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2016-03-06 21:13:19 -0800
commit8f9822ada4a231680e7a79447d4bc55ac93dbe59 (patch)
treea7d62542ae3af4624584e853216f5504664454dc /run_module_examples.py
parent26b397735a2a61254d5aca0d70a4332ff73f13f4 (diff)
ok looking 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 d6900dc..27fd13c 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 == "pbgenerate":
+ if module_name == "pbconcat":
print "\n\n\n"
print "running example for %s" % module_name
cls = modules.get_module(module_name)