summaryrefslogtreecommitdiff
path: root/run_examples.py
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-09-22 00:51:40 -0700
committeryo mama <pepper@scannerjammer.com>2015-09-22 00:51:40 -0700
commitd3e7b5708deffbed864c916de22663f48333c58b (patch)
treeef76784a7827baff88c03670bf22832a3f146b17 /run_examples.py
parent86c79f4372d7b2e7640a26473c7a4d331cdf7d16 (diff)
finishing server
Diffstat (limited to 'run_examples.py')
-rw-r--r--run_examples.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/run_examples.py b/run_examples.py
index ce07dcc..ceb9a33 100644
--- a/run_examples.py
+++ b/run_examples.py
@@ -3,4 +3,8 @@ sys.path.append('./lib')
from Pb import *
for cls in Pb.__subclasses__():
print cls.__name__
- cls.example_run()
+ instance = cls.example_run()
+ instance.file_s3move()
+ print instance.file_json()
+ instance.db_send();
+ break