summaryrefslogtreecommitdiff
path: root/pokemontools/exceptions.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-11-17 18:34:57 -0600
committerBryan Bishop <kanzure@gmail.com>2013-11-17 18:34:57 -0600
commit8ebf9b05b5ed53cd8f635dd86dbfea8bf736fd10 (patch)
tree846400ea2a5d1dfc3ddb16763a54fca0070cebb3 /pokemontools/exceptions.py
parent76d47a68b345695d676879c723c0a833bf2c4396 (diff)
make ConfigException accessible
Apparently the "exceptions" name is already used for another module.
Diffstat (limited to 'pokemontools/exceptions.py')
-rw-r--r--pokemontools/exceptions.py5
1 files changed, 0 insertions, 5 deletions
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.