summaryrefslogtreecommitdiff
path: root/pb/Imlandscape/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pb/Imlandscape/__init__.py')
-rwxr-xr-xpb/Imlandscape/__init__.py3
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 = [];