* morituri/rip/main.py:
Fix another UnicodeEncodeError problem as mentioned in #25.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user