Make logserver.py callable

To be callable there can be no relative imports.
This commit is contained in:
jstenar
2012-08-17 09:01:38 +02:00
parent 98e8ae09ab
commit aacd8b5356
+1 -1
View File
@@ -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: