Switched to relative imports for python3.

This commit is contained in:
Michael Lazar
2015-02-03 22:09:19 -08:00
parent cafc08dafa
commit 31529a9770
8 changed files with 21 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
import curses
from utils import Color
from .utils import Color
class Navigator(object):
"""