diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-10-03 01:14:19 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-10-03 01:14:19 -0400 |
| commit | fc5bfb3aaa82628e831f5a3d2c7a2dfc4e54f8bb (patch) | |
| tree | 5a85996e4bf755975cdf6fd85661f40e40364de7 /run_module_examples.py | |
| parent | 60243520a987e19816a4d5302c1069b68efb69b2 (diff) | |
fixed some minor bugs
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() |
