From dd7d9847767361e0dfeac23ef88bb366aa99e164 Mon Sep 17 00:00:00 2001 From: yo mama Date: Wed, 23 Sep 2015 23:57:55 -0700 Subject: renamed modules --- run_module_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_module_examples.py') diff --git a/run_module_examples.py b/run_module_examples.py index 1c385b2..9a6ab10 100644 --- a/run_module_examples.py +++ b/run_module_examples.py @@ -1,6 +1,6 @@ import sys sys.path.append('./lib') -from Pb import * +from pb import * for cls in Pb.__subclasses__(): print cls.__name__ instance = cls.example_run() -- cgit v1.2.3-70-g09d2