[xiph-commits] r15554 - trunk/subtle

ivo at svn.xiph.org ivo at svn.xiph.org
Tue Dec 2 16:21:45 PST 2008


Author: ivo
Date: 2008-12-02 16:21:45 -0800 (Tue, 02 Dec 2008)
New Revision: 15554

Removed:
   trunk/subtle/subtle
Log:
Turns out one has to manually delete the older file.  Silly SVN.

Deleted: trunk/subtle/subtle
===================================================================
--- trunk/subtle/subtle	2008-12-03 00:20:03 UTC (rev 15553)
+++ trunk/subtle/subtle	2008-12-03 00:21:45 UTC (rev 15554)
@@ -1,30 +0,0 @@
-#!/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()



More information about the commits mailing list