summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-09-12 16:11:03 -0700
committeryo mama <pepper@scannerjammer.com>2015-09-12 16:11:03 -0700
commitaedbcd4a704c202fc4b2e2922713655840f421dd (patch)
treebe92b2e215533d08426eda20bfa9fc82d87fcf6c /test.py
parent1b7af1e63f7a498835917bd76384ec68b744afc9 (diff)
ok pretty much done with gradient, moving on to generate
Diffstat (limited to 'test.py')
-rw-r--r--test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.py b/test.py
index 58c3114..53dd4ed 100644
--- a/test.py
+++ b/test.py
@@ -1,2 +1,2 @@
-from Pb.Break import PbBreak
-PbBreak.test()
+from Pb.Gradient import PbGradient
+PbGradient.example_run()