From 5c982ed500b51f5b8d911e5a5adec10ac2d31d2e Mon Sep 17 00:00:00 2001 From: yo mama Date: Wed, 23 Sep 2015 23:27:27 -0700 Subject: ok good --- run_examples.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 run_examples.py (limited to 'run_examples.py') diff --git a/run_examples.py b/run_examples.py deleted file mode 100644 index 08e45d2..0000000 --- a/run_examples.py +++ /dev/null @@ -1,11 +0,0 @@ -import sys -sys.path.append('./lib') -from Pb import * -for cls in Pb.__subclasses__(): - if cls == PbBreak: - print cls.__name__ - instance = cls.example_run() - instance.file_s3move() - print instance.file_json() - instance.db_send(); - break -- cgit v1.2.3-70-g09d2