From 7f2f9bc05206afa66afe7d71d4f3484e39f40a34 Mon Sep 17 00:00:00 2001 From: yo mama Date: Sat, 1 Oct 2016 13:56:42 -0700 Subject: added imthresh --- run_module_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_module_examples.py') 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) -- cgit v1.2.3-70-g09d2