Switched to relative imports for python3.
This commit is contained in:
@@ -5,7 +5,7 @@ import threading
|
||||
from curses import textpad
|
||||
from contextlib import contextmanager
|
||||
|
||||
from errors import EscapePressed
|
||||
from .errors import EscapePressed
|
||||
|
||||
class Color(object):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user