summaryrefslogtreecommitdiff
path: root/plinth.py
diff options
context:
space:
mode:
authorTom Galloway <github@tomgalloway.co.uk>2013-01-03 15:08:06 +0000
committerTom Galloway <github@tomgalloway.co.uk>2013-01-03 15:08:06 +0000
commitb2c157ec1dafe4d5d5f35545b18161ee707d3767 (patch)
treef8524618132a7a52e8e432c6a481041ffe3d2e27 /plinth.py
parentfed5bd13f1bdb5c1359c96512fd91e1dd445a9be (diff)
Added predepend packages and updated python path for build folders.
Diffstat (limited to 'plinth.py')
-rwxr-xr-xplinth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plinth.py b/plinth.py
index 6c19746..eb39a42 100755
--- a/plinth.py
+++ b/plinth.py
@@ -17,7 +17,7 @@ from util import *
from logger import Logger
#from modules.auth import AuthController, require, member_of, name_is
-from exmachina.exmachina import ExMachinaClient
+from exmachina import ExMachinaClient
import socket
__version__ = "0.2.14"