[SCM] morituri/master: * morituri/rip/main.py: Fix another UnicodeEncodeError problem as mentioned in #25.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:19 UTC 2014


The following commit has been merged in the master branch:
commit 86c97aa63e870343c70f26ca8c4ec6c64f8ae8ef
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Apr 25 17:39:30 2010 +0000

    	* morituri/rip/main.py:
    	  Fix another UnicodeEncodeError problem as mentioned in #25.

diff --git a/ChangeLog b/ChangeLog
index 795e863..cc21119 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* morituri/rip/main.py:
+	  Fix another UnicodeEncodeError problem as mentioned in #25.
+
 2010-04-18  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* morituri/test/Makefile.am:
diff --git a/morituri/rip/main.py b/morituri/rip/main.py
index 651a65e..8e4c1a0 100644
--- a/morituri/rip/main.py
+++ b/morituri/rip/main.py
@@ -37,6 +37,8 @@ You can get help on subcommands by using the -h option to the subcommand.
     def addOptions(self):
         # FIXME: is this the right place ?
         log.init()
+        from morituri.configure import configure
+        log.debug("morituri", "This is morituri version %s" % configure.version)
 
         self.parser.add_option('-v', '--version',
                           action="store_true", dest="version",

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list