commit | 50a1acb2abafbe7b99ad57ca566c1ff9bb8abf0f | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Fri May 16 06:58:49 2008 +0000 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Fri May 16 06:58:49 2008 +0000 |
tree | fc9ad776ef967b99c3c40b43ec7a90e960378fed | |
parent | 95d97c7390beb72083dac5a801cadfb4c1379fe5 [diff] [blame] |
Changed references to the reprlib module to use its new name.
diff --git a/Lib/idlelib/ObjectBrowser.py b/Lib/idlelib/ObjectBrowser.py index a2a6cee..8ff0041 100644 --- a/Lib/idlelib/ObjectBrowser.py +++ b/Lib/idlelib/ObjectBrowser.py
@@ -11,7 +11,7 @@ from TreeWidget import TreeItem, TreeNode, ScrolledCanvas -from repr import Repr +from reprlib import Repr myrepr = Repr() myrepr.maxstring = 100