Remove unicode :(

remove error unicode :(

Change-Id: Iaa25f173737731ede68f9ea0ed1a034511b21a58
This commit is contained in:
xuan.mingyi 2015-11-03 06:07:15 +00:00
parent 260781c8ad
commit dfa7d1bca6
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class NotImplementedMiddleware(object):
except exceptions.NotImplementedError:
raise webob.exc.HTTPNotImplemented(
"Sorry, this Evoque server does "
"not implement this feature 😞")
"not implement this feature :(")
def setup_app(config=PECAN_CONFIG, cfg=None):