summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
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()