diff options
Diffstat (limited to 'Lib/idlelib/debugobj.py')
-rw-r--r-- | Lib/idlelib/debugobj.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/idlelib/debugobj.py b/Lib/idlelib/debugobj.py index c116fcd..b70b13c 100644 --- a/Lib/idlelib/debugobj.py +++ b/Lib/idlelib/debugobj.py @@ -8,11 +8,10 @@ # XXX TO DO: # - for classes/modules, add "open source" to object browser +from reprlib import Repr from idlelib.tree import TreeItem, TreeNode, ScrolledCanvas -from reprlib import Repr - myrepr = Repr() myrepr.maxstring = 100 myrepr.maxother = 100 |