fix some comments

git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@380 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2004-12-13 18:57:10 +00:00
parent 5646b378df
commit e0c8664770
7 changed files with 6 additions and 9 deletions

View File

@ -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 <Python.h>
#include <string>
#include <unistd.h> // for sleep()

View File

@ -21,4 +21,4 @@ This package consists of several files containing classes for certain aspects:
__author__ = "Hartmut Goebel <h.goebel@crazy-compilers.com>"
__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"

View File

@ -7,7 +7,7 @@ Constant defintions for the capisuite Python package.
__author__ = "Hartmut Goebel <h.goebel@crazy-compilers.com>"
__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'

View File

@ -6,7 +6,7 @@ This module exposes the built-in core of capisuite.
__author__ = "Hartmut Goebel <h.goebel@crazy-compilers.com>"
__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

View File

@ -10,7 +10,7 @@ done by the idle-script.
__author__ = "Hartmut Goebel <h.goebel@crazy-compilers.com>"
__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

View File

@ -7,7 +7,7 @@ File handling utility function.
__author__ = "Hartmut Goebel <h.goebel@crazy-compilers.com>"
__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

View File

@ -7,7 +7,7 @@ Module for voice interfacing and interactions of capisuite.
__author__ = "Hartmut Goebel <h.goebel@crazy-compilers.com>"
__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