introduce ini config for frontends, by default

This commit is contained in:
Christophe Benz 2010-04-19 19:10:36 +02:00
commit b81e681131
4 changed files with 110 additions and 5 deletions

View file

@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""
from .base import BaseApplication
from .base import BaseApplication, ConfigError
from .console import ConsoleApplication
from .prompt import PromptApplication