From 444d1ecfc721c2a472c7d2a81a8fb68d617a72c2 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 17 Nov 2013 19:41:37 -0600 Subject: also import TclError into map_editor.py --- pokemontools/map_editor.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pokemontools/map_editor.py') 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 -- cgit v1.2.3