summaryrefslogtreecommitdiff
path: root/run_module_examples.py
diff options
context:
space:
mode:
authorPepper <pepper@scannerjammer.com>2015-10-03 01:14:19 -0400
committerPepper <pepper@scannerjammer.com>2015-10-03 01:14:19 -0400
commitfc5bfb3aaa82628e831f5a3d2c7a2dfc4e54f8bb (patch)
tree5a85996e4bf755975cdf6fd85661f40e40364de7 /run_module_examples.py
parent60243520a987e19816a4d5302c1069b68efb69b2 (diff)
fixed some minor bugs
Diffstat (limited to 'run_module_examples.py')
-rw-r--r--run_module_examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_module_examples.py b/run_module_examples.py
index 637fd81..4e59475 100644
--- a/run_module_examples.py
+++ b/run_module_examples.py
@@ -4,7 +4,7 @@ import sys
sys.path.append('./lib')
from pb import *
for cls in Pb.__subclasses__():
- if cls.__name__ == "PbGenerate":
+ if cls.__name__ == "PbGradient":
print cls.__name__
instance = cls.example_run()
instance.file_s3move()