diff options
Diffstat (limited to 'run_module_examples.py')
| -rw-r--r-- | run_module_examples.py | 1 |
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) |
