summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authorPepper <pepper@scannerjammer.com>2023-04-17 05:44:26 +0000
committerPepper <pepper@scannerjammer.com>2023-04-17 05:44:26 +0000
commit543fa1107a16966758d67f95dd080dad24a73e97 (patch)
tree17811831111944941dbf113318baccb6ef02c902 /run_module_examples.py
parent2c44ff7fa5bdf50b85fcce7357320d9531ef7c90 (diff)
python 3
Diffstat (limited to 'run_module_examples.py')
-rw-r--r--run_module_examples.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/run_module_examples.py b/run_module_examples.py
index 6a17850..741d0fb 100644
--- a/run_module_examples.py
+++ b/run_module_examples.py
@@ -4,7 +4,6 @@ from photoblaster.modules import Modules
modules = Modules()
for module_name in modules.list_modules():
- if module_name == "pbthresh":
print "\n\n\n"
print "running example for %s" % module_name
cls = modules.get_module(module_name)