summaryrefslogtreecommitdiff
path: root/distbuild/jm.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-09-23 18:14:08 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-09-24 11:24:36 +0000
commita751e4fc1ab7b00ae70f12f498d2050a5fb71445 (patch)
tree94bd038495f06a46ade459f72face80bf5ff7392 /distbuild/jm.py
parentf9c02205608356b4c57611509b574e3874d243a9 (diff)
downloadmorph-sam/python3.tar.gz
Allow Morph code to be run with Python 2.7 and Python 3.4sam/python3
PRETTY BROKEN! Change-Id: I92545c821103eea1316383086e77e6b654f2321c
Diffstat (limited to 'distbuild/jm.py')
-rw-r--r--distbuild/jm.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/distbuild/jm.py b/distbuild/jm.py
index d1e5fab7..3223a8a9 100644
--- a/distbuild/jm.py
+++ b/distbuild/jm.py
@@ -23,9 +23,9 @@ import socket
import sys
import yaml
-from sm import StateMachine
-from stringbuffer import StringBuffer
-from sockbuf import (SocketBuffer, SocketBufferNewData,
+from .sm import StateMachine
+from .stringbuffer import StringBuffer
+from .sockbuf import (SocketBuffer, SocketBufferNewData,
SocketBufferEof, SocketError)