Moving emuvim into the src directory
[osm/vim-emu.git] / emuvim / test / __main__.py
diff --git a/emuvim/test/__main__.py b/emuvim/test/__main__.py
deleted file mode 100755 (executable)
index f7fa66d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-import runner
-import os
-
-
-if __name__ == '__main__':
-    thisdir = os.path.dirname( os.path.realpath( __file__ ) )
-    runner.main(thisdir)