diff options
| author | Isis Lovecruft <isis@torproject.org> | 2013-02-16 23:06:24 +0000 | 
|---|---|---|
| committer | Isis Lovecruft <isis@torproject.org> | 2013-02-16 23:06:24 +0000 | 
| commit | 73ee880147dfd2dd5f6e553069028ea32ffc1a53 (patch) | |
| tree | 2a2f400b5f919ad26a51e348c4e7f04a535d182a /src | |
| parent | f995e157d65dbefea59b64366cb82c0ed30669f2 (diff) | |
Fix typo in leap/mx/util/net.py.
Diffstat (limited to 'src')
| -rw-r--r-- | src/leap/mx/util/net.py | 2 | 
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"), | 
