diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-09-26 22:00:15 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-09-26 22:00:15 -0400 |
| commit | 0e9991e9bd5748a6d32c825e0a00a5ac15c29982 (patch) | |
| tree | 7bf222228a84793f1980db61a37c060afa616541 /run_module_examples.py | |
| parent | 4ebeb643da6419835e9ac3adb731e38a8ec9c7b4 (diff) | |
linting...
Diffstat (limited to 'run_module_examples.py')
| -rw-r--r-- | run_module_examples.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run_module_examples.py b/run_module_examples.py index 050288a..32a920f 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -1,9 +1,9 @@ import sys sys.path.append('./lib') -from pb import * +from pb import * for cls in Pb.__subclasses__(): print cls.__name__ - if cls.__name__ == 'PbPattern': + if cls.__name__ == 'PbGenerate': instance = cls.example_run() instance.file_s3move() print instance.file_dict() |
