From: Ovidiu Mircescu Date: Thu, 7 Feb 2019 14:26:29 +0000 (+0100) Subject: Fix a bug in README. X-Git-Tag: v1.0~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a936e912d5ee6b4ece0e2ddf918ca94678178e59;p=tools%2Fpy2cpp.git Fix a bug in README. --- diff --git a/README b/README index c0beabf..4f8ab1f 100644 --- a/README +++ b/README @@ -47,6 +47,7 @@ ________________________________________________________________________________ int main() { Py_Initialize(); + { std::string s; double d; py2cpp::PyFunction fn; @@ -70,6 +71,7 @@ ________________________________________________________________________________ std::cerr << err.what(); } } + } Py_Finalize(); return 0; }