* morituri/rip/main.py:

Fix another UnicodeEncodeError problem as mentioned in #25.
This commit is contained in:
Thomas Vander Stichele
2010-04-25 17:39:30 +00:00
parent 6c85474984
commit 86c97aa63e
2 changed files with 7 additions and 0 deletions

View File

@@ -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:

View File

@@ -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",