diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-09-30 00:54:23 -0700 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-09-30 00:54:23 -0700 |
| commit | 20a896ed6a8d54c3e59baa33ce3fce7a26343c20 (patch) | |
| tree | 9ab213b83ba029dff649bc4744ef41a6b5d7c54e /test.py | |
| parent | 60b90c5c665201e1adcc6deb60b5ac5ff82314e0 (diff) | |
HUGE rename project
Diffstat (limited to 'test.py')
| -rwxr-xr-x | test.py | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/test.py b/test.py deleted file mode 100755 index eab9512..0000000 --- a/test.py +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/python2.7 -from Pb_Api.ImPattern import Pb_Api_ImPattern -from Pb_Api.ImGrid import Pb_Api_ImGrid -from Pb_Api.ImBreak import Pb_Api_ImBreak -from Pb_Api.ImGradient import Pb_Api_ImGradient -import pprint - -#api = Pb_Api_ImPattern() -#params = api.params_init() -#params.randomize() -#print params.as_hash() -#req = params.execute() -#print req - -#api = Pb_Api_ImGrid() -#params = api.params_init() -#params.randomize() -#print params.as_hash() -#req = params.execute() -#print req - - - -#api = Pb_Api_ImBreak() -#params = api.params_init() -#params.randomize() -#print params.as_hash() -#req = params.execute() -#print req - -api = Pb_Api_ImGradient() -params = api.params_init() -params.randomize() -print params.as_hash() -req = params.execute() -print req |
