[xiph-commits] r15173 - trunk/subtle
jmesquita at svn.xiph.org
jmesquita at svn.xiph.org
Fri Aug 8 18:49:31 PDT 2008
Author: jmesquita
Date: 2008-08-08 18:49:31 -0700 (Fri, 08 Aug 2008)
New Revision: 15173
Added:
trunk/subtle/subtle
Log:
This guy calls in the application
Added: trunk/subtle/subtle
===================================================================
--- trunk/subtle/subtle (rev 0)
+++ trunk/subtle/subtle 2008-08-09 01:49:31 UTC (rev 15173)
@@ -0,0 +1,30 @@
+#!/usr/bin/env python
+#
+# subtle
+#
+# Copyright 2008 Joao Mesquita <jmesquita at gmail.com>
+#
+# This program 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 3 of the License, or
+# (at your option) any later version.
+#
+# This program 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 this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
+
+import gtk
+import pygtk
+
+
+from Subtle import Subtle
+
+if __name__ == "__main__" :
+ Subtle.Subtle()
+ gtk.main()
Property changes on: trunk/subtle/subtle
___________________________________________________________________
Name: svn:executable
+ *
More information about the commits
mailing list