summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()