[xiph-commits] r15553 - trunk/subtle

ivo at svn.xiph.org ivo at svn.xiph.org
Tue Dec 2 16:20:03 PST 2008


Author: ivo
Date: 2008-12-02 16:20:03 -0800 (Tue, 02 Dec 2008)
New Revision: 15553

Added:
   trunk/subtle/subtle.py
Log:
Rename "subtle" to "subtle.py" to avoid case-insensitive clashing in Windows.

Copied: trunk/subtle/subtle.py (from rev 15552, trunk/subtle/subtle)
===================================================================
--- trunk/subtle/subtle.py	                        (rev 0)
+++ trunk/subtle/subtle.py	2008-12-03 00:20:03 UTC (rev 15553)
@@ -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.py
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mergeinfo
   + 



More information about the commits mailing list