diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-06 17:30:20 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-06 17:30:20 -0800 |
| commit | 8ebd9d7eb7b3289a722cdae6a4bdcdd4cd21ff86 (patch) | |
| tree | ed19bc96ee19653c09ef1d29df9c1cc9ef9e5d49 /example.py | |
| parent | 86f6c859270a37d600292a7bc7c99dc7f8fa70f8 (diff) | |
cleaned up names
Diffstat (limited to 'example.py')
| -rwxr-xr-x | example.py | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,11 +1,11 @@ #!/usr/bin/python2.7 -from ricky.imgradient import ImGradient -from ricky.imbreak import ImBreak -from ricky.imgrid import ImGrid -from ricky.impattern import ImPattern +from ricky.pbgradient import PbGradient +from ricky.pbbreaker import PbBreaker +from ricky.pbgrid import PbGrid +from ricky.pbpattern import PbPattern -api = ImPattern() +api = PbPattern() params = api.params_init() print params params.randomize() |
