diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-07 23:46:34 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-07 23:46:34 -0500 |
commit | a6fc205a162bd7fe679f83c866e89837d2e3daa4 (patch) | |
tree | 857ee84332d45d3665e9f5e3a228d3dc5ac4546b | |
parent | 63bd0e4d6fcb77766dc12fd94788deff586972cd (diff) |
fix logging import in labels.py
-rw-r--r-- | pokemontools/labels.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemontools/labels.py b/pokemontools/labels.py index 2e50b89..1509ae6 100644 --- a/pokemontools/labels.py +++ b/pokemontools/labels.py @@ -5,6 +5,7 @@ Various label/line-related functions. import os import json +import logging import pointers import crystal |