summaryrefslogtreecommitdiff
path: root/pb
diff options
context:
space:
mode:
authorPepper <pepper@scannerjammer.com>2015-08-12 19:45:10 -0400
committerPepper <pepper@scannerjammer.com>2015-08-12 19:45:10 -0400
commitd17d52c7dfd1e37d8cce88469a207f2dde54a6bb (patch)
tree3d3ba27862fe38e2d7b03d5f8145f9538d0b4709 /pb
parent0a90d5fb89bb5baa0bc34fb0dcea134d6bc8e220 (diff)
need to fix landscape
Diffstat (limited to 'pb')
-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 = [];