diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-17 19:41:37 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-17 19:41:37 -0600 |
commit | 444d1ecfc721c2a472c7d2a81a8fb68d617a72c2 (patch) | |
tree | bc6cd75ed1a6211c4067092a6a0463f807d730f3 | |
parent | 49072b9917a72e9720860a7ee0ca28bda4c425e1 (diff) |
also import TclError into map_editor.py
-rw-r--r-- | pokemontools/map_editor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemontools/map_editor.py b/pokemontools/map_editor.py index 221be2b..1ea0fad 100644 --- a/pokemontools/map_editor.py +++ b/pokemontools/map_editor.py @@ -13,6 +13,7 @@ from Tkinter import ( LEFT, Y, X, + TclError, ) import ttk |