summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-10 15:14:15 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-10 15:44:50 +0100
commit7ec6cd23cefe5e116a54c6c0cb2aa0669adcd991 (patch)
tree5a2adeab47e84f7a2f31cccfada6d919e04d6630 /morphlib/__init__.py
parentfbe7fa09a83b6fdc720ff8b1e1afc94fd232963c (diff)
downloadmorph-7ec6cd23cefe5e116a54c6c0cb2aa0669adcd991.tar.gz
Add a Source class
This will eventually replace the Blob class we are currently using. It is somewhat simpler, because the envisioned usage of Source will be different from Blob: we'll be rewriting the build ordering class, and the builder classes, in ways that simplify things, and thus a simpler Source class will hopefully suffice.
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 f6b8ccb4..fbfc3b31 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -34,6 +34,7 @@ import morph2
import morphology
import morphologyloader
import savefile
+import source
import sourcemanager
import stopwatch
import tempdir