summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2013-02-16 23:06:24 +0000
committerIsis Lovecruft <isis@torproject.org>2013-02-16 23:06:24 +0000
commit73ee880147dfd2dd5f6e553069028ea32ffc1a53 (patch)
tree2a2f400b5f919ad26a51e348c4e7f04a535d182a
parentf995e157d65dbefea59b64366cb82c0ed30669f2 (diff)
Fix typo in leap/mx/util/net.py.
-rw-r--r--src/leap/mx/util/net.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/mx/util/net.py b/src/leap/mx/util/net.py
index a4104d0..64dbc90 100644
--- a/src/leap/mx/util/net.py
+++ b/src/leap/mx/util/net.py
@@ -16,7 +16,7 @@ import socket
from random import randint
-from leap.mx.utils import log
+from leap.mx.util import log
PLATFORMS = {'LINUX': sys.platform.startswith("linux"),