diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-09-12 16:11:03 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-09-12 16:11:03 -0700 |
| commit | aedbcd4a704c202fc4b2e2922713655840f421dd (patch) | |
| tree | be92b2e215533d08426eda20bfa9fc82d87fcf6c /test.py | |
| parent | 1b7af1e63f7a498835917bd76384ec68b744afc9 (diff) | |
ok pretty much done with gradient, moving on to generate
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -from Pb.Break import PbBreak -PbBreak.test() +from Pb.Gradient import PbGradient +PbGradient.example_run() |
