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 /ricky/param/imageurl.py | |
| parent | 86f6c859270a37d600292a7bc7c99dc7f8fa70f8 (diff) | |
cleaned up names
Diffstat (limited to 'ricky/param/imageurl.py')
| -rw-r--r-- | ricky/param/imageurl.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ricky/param/imageurl.py b/ricky/param/imageurl.py index 8b4aff4..768530b 100644 --- a/ricky/param/imageurl.py +++ b/ricky/param/imageurl.py @@ -2,8 +2,8 @@ from ricky.config import TEST_URL from ricky.param.string import String -class ImageUrl(String): +class PbageUrl(String): def __init__(self, *args, **kwargs): if 'default' not in kwargs: kwargs['default'] = TEST_URL - super(ImageUrl, self).__init__(*args, **kwargs) + super(PbageUrl, self).__init__(*args, **kwargs) |
