diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2016-03-06 21:13:19 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2016-03-06 21:13:19 -0800 |
| commit | 8f9822ada4a231680e7a79447d4bc55ac93dbe59 (patch) | |
| tree | a7d62542ae3af4624584e853216f5504664454dc /run_module_examples.py | |
| parent | 26b397735a2a61254d5aca0d70a4332ff73f13f4 (diff) | |
ok looking good
Diffstat (limited to 'run_module_examples.py')
| -rw-r--r-- | run_module_examples.py | 2 |
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) |
