code clean/enhance

This commit is contained in:
Christophe Benz 2010-04-20 18:59:27 +02:00
commit 183f16eeed
2 changed files with 5 additions and 1 deletions

View file

@ -24,7 +24,7 @@ from ConfigParser import SafeConfigParser
import logging
import os
from .iconfig import IConfig, ConfigError
from .iconfig import IConfig
__all__ = ['INIConfig']