From 8ebf9b05b5ed53cd8f635dd86dbfea8bf736fd10 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 17 Nov 2013 18:34:57 -0600 Subject: make ConfigException accessible Apparently the "exceptions" name is already used for another module. --- pokemontools/exceptions.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pokemontools/exceptions.py') diff --git a/pokemontools/exceptions.py b/pokemontools/exceptions.py index 4de62eb..e583b17 100644 --- a/pokemontools/exceptions.py +++ b/pokemontools/exceptions.py @@ -12,11 +12,6 @@ class TextScriptException(Exception): TextScript encountered an inconsistency or problem. """ -class ConfigException(Exception): - """ - Configuration error. Maybe a missing config variable. - """ - class PreprocessorException(Exception): """ There was a problem in the preprocessor. -- cgit v1.2.3