Kaydet (Commit) 06d2a2cb authored tarafından Georg Brandl's avatar Georg Brandl

Remove debugging line.

üst d66c84f6
...@@ -1196,7 +1196,6 @@ class Misc: ...@@ -1196,7 +1196,6 @@ class Misc:
config = configure config = configure
def cget(self, key): def cget(self, key):
"""Return the resource value for a KEY given as string.""" """Return the resource value for a KEY given as string."""
print key
return self.tk.call(self._w, 'cget', '-' + key) return self.tk.call(self._w, 'cget', '-' + key)
__getitem__ = cget __getitem__ = cget
def __setitem__(self, key, value): def __setitem__(self, key, value):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment