summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-31 11:46:39 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-31 16:05:19 +0000
commitf188c5755c30117884867c19b233f85db66c1060 (patch)
tree853a55598bb271fbda10565017eab0bada237afb /morphlib/__init__.py
parentd15bbb2544d52ed53c344fa29c25e6928da3c55b (diff)
downloadmorph-f188c5755c30117884867c19b233f85db66c1060.tar.gz
Add a Workspace class
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index 1ebf972a..6b2a1cd7 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -74,6 +74,7 @@ import stagingarea
import stopwatch
import tempdir
import util
+import workspace
import yamlparse