summaryrefslogtreecommitdiff
path: root/morphlib/writeexts.py
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2013-07-17 12:48:43 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2013-07-17 12:48:43 +0000
commitc9dfba54cdb967b10e10d511af89c2aad792f015 (patch)
tree753ce270e23a2ddb6549e769b15da5ed159e709e /morphlib/writeexts.py
parentc716a5727c4d704eff458a97b05344f8e313cb16 (diff)
downloadmorph-c9dfba54cdb967b10e10d511af89c2aad792f015.tar.gz
Import morphlib as we are using morphlib.Error
Diffstat (limited to 'morphlib/writeexts.py')
-rw-r--r--morphlib/writeexts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/writeexts.py b/morphlib/writeexts.py
index 2a54d757..9dbc77e6 100644
--- a/morphlib/writeexts.py
+++ b/morphlib/writeexts.py
@@ -21,6 +21,7 @@ import sys
import time
import tempfile
+import morphlib
class WriteExtension(cliapp.Application):