diff --git a/ChangeLog b/ChangeLog index 795e863..cc21119 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-25 Thomas Vander Stichele + + * morituri/rip/main.py: + Fix another UnicodeEncodeError problem as mentioned in #25. + 2010-04-18 Thomas Vander Stichele * 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",