[xiph-cvs] cvs commit: positron/positron audiofile.py

Stan Seibert volsung at xiph.org
Mon Jun 9 04:16:15 PDT 2003



volsung     03/06/09 07:16:15

  Modified:    positron audiofile.py
  Log:
  Check for ogg first.

Revision  Changes    Path
1.3       +1 -1      positron/positron/audiofile.py

Index: audiofile.py
===================================================================
RCS file: /usr/local/cvsroot/positron/positron/audiofile.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audiofile.py	9 Jun 2003 01:04:46 -0000	1.2
+++ audiofile.py	9 Jun 2003 11:16:15 -0000	1.3
@@ -115,6 +115,6 @@
 
 try:
      import ogg.vorbis
-     detect_functions.append(detect_oggvorbis)
+     detect_functions.insert(0, detect_oggvorbis)
 except ImportError:
     pass

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list