From 84f7bbeab7239e2212000ad48f479ec5975b86c0 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Sun, 4 Sep 2016 15:50:50 +0200 Subject: [PATCH] ... --- src/pEpmodule.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pEpmodule.cc b/src/pEpmodule.cc index d915805..faedb08 100644 --- a/src/pEpmodule.cc +++ b/src/pEpmodule.cc @@ -136,6 +136,7 @@ BOOST_PYTHON_MODULE(pEp) "text = decode(self, encoding='')\n" "\n" "decode Blob data into string depending on MIME type if encoding=''\n" + "\n" " mime_type='application/pEp.sync' decode as 'pEp.sync'\n" " other mime_type decode as 'ascii' by default\n" )