From 39e548d0c53080e5299eba014dce5cd33d21bb6a Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Sun, 4 Sep 2016 18:07:53 +0200 Subject: [PATCH] documentation --- src/pEpmodule.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pEpmodule.cc b/src/pEpmodule.cc index 56ff5ee..6e4ab6b 100644 --- a/src/pEpmodule.cc +++ b/src/pEpmodule.cc @@ -310,7 +310,7 @@ BOOST_PYTHON_MODULE(pEp) auto sync_mixin_class = class_( "SyncMixIn", - "class MySyncHandler(SyncMixIn)\n" + "class MySyncHandler(SyncMixIn):\n" " def messageToSend(self, msg):\n" " ...\n" "\n"