Fix unicode failures in Env tests and dn failures in XML-RPC tests

This commit is contained in:
Rob Crittenden
2010-02-22 14:29:26 -05:00
parent 0700f4d7ca
commit 766757e4d4
10 changed files with 55 additions and 54 deletions

View File

@@ -754,7 +754,7 @@ For example:
>>> api.register(motd)
>>> api.finalize()
>>> api.Command.motd()
{'result': 'Hello, world!'}
{'result': u'Hello, world!'}
Also see the `plugable.API.bootstrap_with_global_options()` method.