From: Max Usachev Date: Fri, 11 Jun 2010 05:07:39 +0000 (+0300) Subject: removed unused files X-Git-Url: http://git.maemo.org/git/?p=meabook;a=commitdiff_plain;h=f53cca3d4930f493217ecb1455e7d879ae70f4f4 removed unused files --- diff --git a/meabook.py b/meabook.py deleted file mode 100755 index 1cb118c..0000000 --- a/meabook.py +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/python -tt -# vim: sw=4 ts=4 expandtab ai - - - - -""" -Main -""" - -import sys -import os - -# add mnemosyne directory to Python path in debug mode -if os.path.basename(sys.argv[0]).endswith("debug"): - sys.path.insert(0, "../../") - sys.path.insert(0, "../") - -def main(): - """ Main """ - - print "Main" - -if __name__ == "__main__": - sys.exit(main(sys.argv))