summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2016-03-03 05:33:31 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2016-03-03 05:33:31 -0800
commitac7b96db4244bd43a3b909a7ebcf8327c7cf170b (patch)
treef99dfc7a5b6671cf876e33f042639d5864fc8fac /run_module_examples.py
parent87f86bec377ece3fa5efe7eb9922497f804e92ae (diff)
adding gifs to concat
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 342892b..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 == "pblandscape":
+ if module_name == "pbconcat":
print "\n\n\n"
print "running example for %s" % module_name
cls = modules.get_module(module_name)