summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2016-08-27 21:18:44 -0700
committeryo mama <pepper@scannerjammer.com>2016-08-27 21:18:44 -0700
commit8c02a098b055a158b504b827ccae1ce2db705c34 (patch)
tree2bc52aa7175b43e6052e160c5abc42f4dd99642c /run_module_examples.py
parent138498174c2dddcad6afb0f7bc125d65376e833b (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 a682ab7..bda1411 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 == "pbpattern":
+ if module_name == "pbgrid":
print "\n\n\n"
print "running example for %s" % module_name
cls = modules.get_module(module_name)