summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-10-02 15:54:05 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-10-03 14:40:38 +0100
commitce8732a7d4321e815a90abde5fa9caaa263fbdc1 (patch)
tree21d86853fc4519b0f8b283db2d30aeaa89803665 /morph
parent378f8a97aacfa23fdce8af07719077040f870ee5 (diff)
downloadmorph-ce8732a7d4321e815a90abde5fa9caaa263fbdc1.tar.gz
Revert "Save __file__ so we can recursively run morph later on"
No longer needed, we don't rerun morph as a merge driver any more. This reverts commit 3b0a4d7346cef0091b00ad0cc6610476fdea61d1.
Diffstat (limited to 'morph')
-rwxr-xr-xmorph5
1 files changed, 1 insertions, 4 deletions
diff --git a/morph b/morph
index f55bce96..0c0789d5 100755
--- a/morph
+++ b/morph
@@ -17,8 +17,5 @@
import morphlib
-import os.path
-app = morphlib.app.Morph(version=morphlib.__version__)
-app.__file__ = os.path.realpath(__file__)
-app.run()
+morphlib.app.Morph(version=morphlib.__version__).run()