config: Specify we want bytes for default configs

This commit is contained in:
Thomas Adamcik 2013-04-15 17:43:14 +02:00
parent 0ede12f050
commit fb0810bf9e

View File

@ -34,9 +34,9 @@ class Extension(object):
"""
def get_default_config(self):
"""The extension's default config as a string
"""The extension's default config as a bytestring
:returns: string
:returns: bytes
"""
raise NotImplementedError(
'Add at least a config section with "enabled = true"')