diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-08-12 19:45:10 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-08-12 19:45:10 -0400 |
| commit | d17d52c7dfd1e37d8cce88469a207f2dde54a6bb (patch) | |
| tree | 3d3ba27862fe38e2d7b03d5f8145f9538d0b4709 /pb | |
| parent | 0a90d5fb89bb5baa0bc34fb0dcea134d6bc8e220 (diff) | |
need to fix landscape
Diffstat (limited to 'pb')
| -rwxr-xr-x | pb/Imlandscape/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pb/Imlandscape/__init__.py b/pb/Imlandscape/__init__.py index 24cee8d..156dac1 100755 --- a/pb/Imlandscape/__init__.py +++ b/pb/Imlandscape/__init__.py @@ -20,6 +20,9 @@ import mimetypes class Imlandscape(object): def __init__(self, **kwargs): + sys.stderr.write("inside init"); + sys.stderr.write(str(kwargs)) + return; self.params = {} self.tag = "imlandscape" self.commands = []; |
