diff options
Diffstat (limited to 'pb/Imlandscape/__init__.py')
| -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 = []; |
