summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2016-10-01 13:56:42 -0700
committeryo mama <pepper@scannerjammer.com>2016-10-01 13:56:42 -0700
commit7f2f9bc05206afa66afe7d71d4f3484e39f40a34 (patch)
treecb05348cf7387b817dea58080efd34ca26b8bdd2 /run_module_examples.py
parentd9b7653700040bf25cb5681b5dc7021bc505d975 (diff)
added imthresh
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 bda1411..6a17850 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 == "pbgrid":
+ if module_name == "pbthresh":
print "\n\n\n"
print "running example for %s" % module_name
cls = modules.get_module(module_name)