mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
Remove debugging line.
This commit is contained in:
parent
d66c84f63c
commit
06d2a2cb0e
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue