diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-09-24 17:04:42 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-09-24 17:04:42 -0700 |
| commit | e8840a773f5fd2c566af4bc253656e282f9692d5 (patch) | |
| tree | 8da040c92d622c56e7a56bb04c612f9afbc13daf /lib/param/img_url.py | |
| parent | dd7d9847767361e0dfeac23ef88bb366aa99e164 (diff) | |
ok some more renames
Diffstat (limited to 'lib/param/img_url.py')
| -rw-r--r-- | lib/param/img_url.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/img_url.py b/lib/param/img_url.py index a73fdd0..4ce7ce7 100644 --- a/lib/param/img_url.py +++ b/lib/param/img_url.py @@ -12,9 +12,9 @@ urlencode = urllib.urlencode urlopen = urllib2.urlopen import sys; -class ParamImg_url(Param): +class Img_url(Param): def __init__(self, value, key="", classname=""): - super(ParamImg_url, self).__init__(classname=classname) + super(Img_url, self).__init__(classname=classname) if value: try: self.filename = self._filename_temporary(key) |
