diff --git a/src/application/capisuitemodule.cpp b/src/application/capisuitemodule.cpp index d6a44d7..d264b36 100644 --- a/src/application/capisuitemodule.cpp +++ b/src/application/capisuitemodule.cpp @@ -14,9 +14,6 @@ * * ***************************************************************************/ -// IMPORTANT: every python function MUST call PyErr_Occured() before using the associated -// Connection object! (connection can be already deleted while the python script is still running - #include #include #include // for sleep() diff --git a/src/capisuite-py/__init__.py b/src/capisuite-py/__init__.py index e68bdeb..26b6d6b 100644 --- a/src/capisuite-py/__init__.py +++ b/src/capisuite-py/__init__.py @@ -21,4 +21,4 @@ This package consists of several files containing classes for certain aspects: __author__ = "Hartmut Goebel " __copyright__ = "Copyright (c) 2004 by Hartmut Goebel" __version__ = "$Revision: 0.0 $" -__credits__ = "This is part of www.capisuite.de; thanks to Gernot Hiller" +__credits__ = "This file is part of www.capisuite.de; thanks to Gernot Hillier" diff --git a/src/capisuite-py/consts.py b/src/capisuite-py/consts.py index 0dfcf50..0881712 100644 --- a/src/capisuite-py/consts.py +++ b/src/capisuite-py/consts.py @@ -7,7 +7,7 @@ Constant defintions for the capisuite Python package. __author__ = "Hartmut Goebel " __copyright__ = "Copyright (c) 2004 by Hartmut Goebel" __version__ = "$Revision: 0.0 $" -__credits__ = "This part of www.capisuite.de; thanks to Gernot Hiller" +__credits__ = "This file is part of www.capisuite.de; thanks to Gernot Hillier" SEND_Q = 'sendq' RECEIVED_Q = 'received' diff --git a/src/capisuite-py/core.py b/src/capisuite-py/core.py index 0415a26..6b0728d 100644 --- a/src/capisuite-py/core.py +++ b/src/capisuite-py/core.py @@ -6,7 +6,7 @@ This module exposes the built-in core of capisuite. __author__ = "Hartmut Goebel " __copyright__ = "Copyright (c) 2004 by Hartmut Goebel" __version__ = "$Revision: 0.0 $" -__credits__ = "This part of www.capisuite.de; thanks to Gernot Hiller" +__credits__ = "This file is part of www.capisuite.de; thanks to Gernot Hillier" # _capisuite may only be imported when running within capisuite diff --git a/src/capisuite-py/fax.py b/src/capisuite-py/fax.py index 688495c..5b90694 100644 --- a/src/capisuite-py/fax.py +++ b/src/capisuite-py/fax.py @@ -10,7 +10,7 @@ done by the idle-script. __author__ = "Hartmut Goebel " __copyright__ = "Copyright (c) 2004 by Hartmut Goebel" __version__ = "$Revision: 0.0 $" -__credits__ = "This part of www.capisuite.de; thanks to Gernot Hiller" +__credits__ = "This file is part of www.capisuite.de; thanks to Gernot Hillier" import os, os.path, time, re, errno from types import ListType, TupleType diff --git a/src/capisuite-py/fileutils.py b/src/capisuite-py/fileutils.py index 89993fd..15adf61 100644 --- a/src/capisuite-py/fileutils.py +++ b/src/capisuite-py/fileutils.py @@ -7,7 +7,7 @@ File handling utility function. __author__ = "Hartmut Goebel " __copyright__ = "Copyright (c) 2004 by Hartmut Goebel" __version__ = "$Revision: 0.0 $" -__credits__ = "This part of www.capisuite.de; some ideas taken from Gernot Hiller" +__credits__ = "This file is part of www.capisuite.de; some ideas taken from Gernot Hillier" import fcntl, os, re, errno diff --git a/src/capisuite-py/voice.py b/src/capisuite-py/voice.py index ae12b15..1323ec9 100644 --- a/src/capisuite-py/voice.py +++ b/src/capisuite-py/voice.py @@ -7,7 +7,7 @@ Module for voice interfacing and interactions of capisuite. __author__ = "Hartmut Goebel " __copyright__ = "Copyright (c) 2004 by Hartmut Goebel" __version__ = "$Revision: 0.0 $" -__credits__ = "This part of www.capisuite.de; thanks to Gernot Hiller" +__credits__ = "This file is part of www.capisuite.de; thanks to Gernot Hillier" import os, re, errno