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 /Pb/Break/__init__.py | |
| parent | 1b7af1e63f7a498835917bd76384ec68b744afc9 (diff) | |
ok pretty much done with gradient, moving on to generate
Diffstat (limited to 'Pb/Break/__init__.py')
| -rwxr-xr-x | Pb/Break/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Pb/Break/__init__.py b/Pb/Break/__init__.py index 9f5dba5..eced793 100755 --- a/Pb/Break/__init__.py +++ b/Pb/Break/__init__.py @@ -18,7 +18,7 @@ _header_offset = 2000 _default_breakmode = "subtle" class PbBreak(Pb): #FIXME in db gallery - _test_params = { + example_params = { "url" : "http://i.asdf.us/im/de/HolyMountain2_1322275112_seamonkey.gif", "breaktype" : "RGB_WASH", "finalformat" : "png", |
