gst/extend/discoverer.py: No shebang line needed since there is no main code.
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 5 Jan 2007 10:48:36 +0000 (10:48 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 5 Jan 2007 10:48:36 +0000 (10:48 +0000)
Original commit message from CVS:
* gst/extend/discoverer.py:
No shebang line needed since there is no main code.

ChangeLog
gst/extend/discoverer.py

index b201882..d10d1b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/extend/discoverer.py:
+         No shebang line needed since there is no main code.
+
 2006-12-19  Edward Hervey  <edward@fluendo.com>
 
        * gst/gst.defs:
index 5e7db47..e198611 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- Mode: Python -*-
 # vi:si:et:sw=4:sts=4:ts=4
 
@@ -111,6 +110,7 @@ class Discoverer(gst.Pipeline):
         self._timeoutid = 0
 
         if not os.path.isfile(filename):
+            self.debug("File '%s' does not exist, finished" % filename)
             self.finished = True
             return