X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fquicknote.py;h=0848b532ca5671af5dd9027945be0beb01e934a1;hb=33d817ab91a24262058f62af3b916572747f5c9c;hp=c4718916caab83aa54b1072a236d1683a96242b5;hpb=ec4d332853a02e899cefe7b3f8e566c2426dd338;p=quicknote diff --git a/src/quicknote.py b/src/quicknote.py index c471891..0848b53 100755 --- a/src/quicknote.py +++ b/src/quicknote.py @@ -8,7 +8,7 @@ it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. """ -import os + import sys sys.path.append('/usr/lib/quicknote') @@ -18,6 +18,7 @@ gettext.install('quicknote', unicode = 1) import libquicknote + if __name__ == "__main__": - app = libquicknote.quicknoteclass() + app = libquicknote.QuicknoteProgram() app.main()