summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authorPepper <pepper@scannerjammer.com>2015-09-26 22:00:15 -0400
committerPepper <pepper@scannerjammer.com>2015-09-26 22:00:15 -0400
commit0e9991e9bd5748a6d32c825e0a00a5ac15c29982 (patch)
tree7bf222228a84793f1980db61a37c060afa616541 /run_module_examples.py
parent4ebeb643da6419835e9ac3adb731e38a8ec9c7b4 (diff)
linting...
Diffstat (limited to 'run_module_examples.py')
-rw-r--r--run_module_examples.py4
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()