From ce8732a7d4321e815a90abde5fa9caaa263fbdc1 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 2 Oct 2012 15:54:05 +0100 Subject: 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. --- morph | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'morph') 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() -- cgit v1.2.1