ConfigParser renaming reversal part 3: move module into place and adapt imports.

This commit is contained in:
Georg Brandl 2008-05-25 07:25:25 +00:00
parent 995ee9dab0
commit 392c6fc02d
14 changed files with 68 additions and 126 deletions

View file

@ -21,7 +21,7 @@ import os
import sys
import string
import macosxSupport
from configparser import ConfigParser, NoOptionError, NoSectionError
from ConfigParser import ConfigParser, NoOptionError, NoSectionError
class InvalidConfigType(Exception): pass
class InvalidConfigSet(Exception): pass