maxint->maxsize. Wouldn't import.

This commit is contained in:
Kurt B. Kaiser 2007-12-12 17:22:06 +00:00
parent 79bbbbc375
commit 3536a5c09c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ not open blocks are not shown in the context hints pane.
import Tkinter import Tkinter
from Tkconstants import TOP, LEFT, X, W, SUNKEN from Tkconstants import TOP, LEFT, X, W, SUNKEN
import re import re
from sys import maxint as INFINITY from sys import maxsize as INFINITY
from idlelib.configHandler import idleConf from idlelib.configHandler import idleConf
BLOCKOPENERS = set(["class", "def", "elif", "else", "except", "finally", "for", BLOCKOPENERS = set(["class", "def", "elif", "else", "except", "finally", "for",