mirror of
https://github.com/wassname/pyreadline.git
synced 2026-06-27 16:10:38 +08:00
Make logserver.py callable
To be callable there can be no relative imports.
This commit is contained in:
@@ -10,7 +10,7 @@ from __future__ import print_function, unicode_literals, absolute_import
|
||||
import logging
|
||||
import logging.handlers
|
||||
import struct, socket
|
||||
from .unicode_helper import ensure_unicode
|
||||
from pyreadline.unicode_helper import ensure_unicode
|
||||
try:
|
||||
import msvcrt
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user