mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +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
|
||||
def cget(self, key):
|
||||
"""Return the resource value for a KEY given as string."""
|
||||
print key
|
||||
return self.tk.call(self._w, 'cget', '-' + key)
|
||||
__getitem__ = cget
|
||||
def __setitem__(self, key, value):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue