diff options
Diffstat (limited to 'run_module_examples.py')
| -rw-r--r-- | run_module_examples.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_module_examples.py b/run_module_examples.py index 637fd81..4e59475 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -4,7 +4,7 @@ import sys sys.path.append('./lib') from pb import * for cls in Pb.__subclasses__(): - if cls.__name__ == "PbGenerate": + if cls.__name__ == "PbGradient": print cls.__name__ instance = cls.example_run() instance.file_s3move() |
