summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-09-23 23:27:27 -0700
committeryo mama <pepper@scannerjammer.com>2015-09-23 23:27:27 -0700
commit5c982ed500b51f5b8d911e5a5adec10ac2d31d2e (patch)
treeefca7a0f0209d25972df00173e4c92a814956a7a /run_module_examples.py
parent2755b029d873f93d91086b3d69a4c57d05c40fb5 (diff)
ok good
Diffstat (limited to 'run_module_examples.py')
-rw-r--r--run_module_examples.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/run_module_examples.py b/run_module_examples.py
new file mode 100644
index 0000000..1c385b2
--- /dev/null
+++ b/run_module_examples.py
@@ -0,0 +1,9 @@
+import sys
+sys.path.append('./lib')
+from Pb import *
+for cls in Pb.__subclasses__():
+ print cls.__name__
+ instance = cls.example_run()
+ instance.file_s3move()
+ print instance.file_dict()
+ instance.db_send();