From 0e9991e9bd5748a6d32c825e0a00a5ac15c29982 Mon Sep 17 00:00:00 2001 From: Pepper Date: Sat, 26 Sep 2015 22:00:15 -0400 Subject: linting... --- run_module_examples.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run_module_examples.py') 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() -- cgit v1.2.3-70-g09d2