gget r61 - trunk/bin



Author: johans
Date: Sat Aug  9 21:47:50 2008
New Revision: 61
URL: http://svn.gnome.org/viewvc/gget?rev=61&view=rev

Log:


Modified:
   trunk/bin/gget.in

Modified: trunk/bin/gget.in
==============================================================================
--- trunk/bin/gget.in	(original)
+++ trunk/bin/gget.in	Sat Aug  9 21:47:50 2008
@@ -3,20 +3,20 @@
 
 # Copyright (C) 2008 Johan Svedberg <johan svedberg com>
 
-# This file is part of gget.
+# This file is part of GGet.
 
-# gget is free software; you can redistribute it and/or modify
+# GGet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.
 
-# gget is distributed in the hope that it will be useful,
+# GGet is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with gget; if not, write to the Free Software
+# along with GGet; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 
 import sys
@@ -35,9 +35,10 @@
 elif PYTHON_DIR not in sys.path:
     sys.path.insert(0, os.path.abspath(PYTHON_DIR))
 
-from gget import Main
+from gget.Application import Application
 
 if __name__ == "__main__":
-    Main.main()
+    application = Application()
+    application.run()
 
 # vim: set sw=4 et sts=4 tw=79 fo+=l:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]