* Another buffer overflow in config.c found by Albert Lee

* Python 2.5 warning fixed
This commit is contained in:
alexhudson
2007-07-02 20:34:29 +00:00
parent 003986cefc
commit c33882cc1c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ Iterator based sre token scanner
"""
import sre_parse, sre_compile, sre_constants
from sre_constants import BRANCH, SUBPATTERN
from sre import VERBOSE, MULTILINE, DOTALL
from re import VERBOSE, MULTILINE, DOTALL
import re
__all__ = ['Scanner', 'pattern']