Encodage cass. a a l'air fix, mais je ne sais toujours pas vraiment d'o a vient...

darcs-hash:20070531090324-f46e9-60934f552dfa82357530d7ee093ac8ef1f614a14.gz
This commit is contained in:
gdetrez 2007-05-31 11:03:24 +02:00
parent 678220f12e
commit 1ce1644112
6 changed files with 24 additions and 21 deletions

View file

@ -3,6 +3,6 @@ import cherrypy
def current_module():
current_path = cherrypy.request.object_path
module_name = current_path.split('/')[1]
if module_name != 'index':
if module_name not in ['index', 'send_error_repport']:
return module_name
return None