the default class attr is needed!

This commit is contained in:
Kurt B. Kaiser 2007-10-10 00:36:38 +00:00
parent 49f21743be
commit 8d5c8b525e
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ class IOBinding:
eol = r"(\r\n)|\n|\r" # \r\n (Windows), \n (UNIX), or \r (Mac)
eol_re = re.compile(eol)
eol_convention = os.linesep # default
def loadfile(self, filename):
try: