From bad89393891761334e37b611856449ede3a99470 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Wed, 11 Sep 2013 13:46:37 +0200 Subject: [PATCH] Fix typo blocking access to exmachina, and report the problem if unable to load the exmachina client library. --- plinth.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plinth.py b/plinth.py index b3ada9d71..3dfbe0c31 100755 --- a/plinth.py +++ b/plinth.py @@ -114,9 +114,10 @@ def setup(): pass try: - from exmachina import ExMachinaClient + from exmachina.exmachina import ExMachinaClient except ImportError: cfg.exmachina = None + print "unable to import exmachina client library, but continuing anyways..." else: try: cfg.exmachina = ExMachinaClient(