Fix uninitialized attributes.

This commit is contained in:
Jan Cholasta
2011-04-21 10:13:06 +02:00
committed by Martin Kosek
parent ccde115421
commit 5700920627
5 changed files with 11 additions and 0 deletions

View File

@@ -178,6 +178,7 @@ class WSGIExecutioner(Executioner):
Base class for execution backends with a WSGI application interface.
"""
content_type = None
key = ''
def set_api(self, api):