From c2f9f9ae233a4883b62afe54e9e45e5eb262e6f1 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Mon, 16 Nov 2015 15:08:02 -0800 Subject: ready to merge to main branch --- run_module_examples.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'run_module_examples.py') diff --git a/run_module_examples.py b/run_module_examples.py index 909c207..a6af4b5 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -2,9 +2,8 @@ """calls the example_run method on all modules""" from photoblaster.modules import Pb for cls in Pb.__subclasses__(): - if cls.__name__ == "PbGradient": - print cls.__name__ - instance = cls.example_run() - instance.file_s3move() - print instance.file_dict() - instance.db_send(); + print cls.__name__ + instance = cls.example_run() + instance.file_s3move() + print instance.file_dict() + instance.db_send(); -- cgit v1.2.3-70-g09d2