diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-18 22:26:54 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-18 22:26:54 -0800 |
commit | 46782bf6dc938ab8ad4f8c65c2df924fd7e1d6a7 (patch) | |
tree | debf7e6e493961900ae9d16df9eedaee6176ba3d /pokemontools/exceptions.py | |
parent | e673a9f7b25853b38e78799086d484352c8320f4 (diff) | |
parent | 185a29698e5d3175cecbd779103e1a9838ff0ecc (diff) |
Merge pull request #56 from kanzure/map-editor-stuff
Remove globals from the map editor
Diffstat (limited to 'pokemontools/exceptions.py')
-rw-r--r-- | pokemontools/exceptions.py | 5 |
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. |