comparison roundup/instance.py @ 406:bdc2ea127ae9

Added module docstrings to all modules.
author Jürgen Hermann <jhermann@users.sourceforge.net>
date Thu, 22 Nov 2001 15:46:42 +0000
parents a1331423eb93
children 13719594278b 9b910e8d987d
comparison
equal deleted inserted replaced
405:f0b234ce301f 406:bdc2ea127ae9
13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17 # 17 #
18 # $Id: instance.py,v 1.4 2001-11-12 22:01:06 richard Exp $ 18 # $Id: instance.py,v 1.5 2001-11-22 15:46:42 jhermann Exp $
19 19
20 ''' Currently this module provides one function: open. This function opens 20 __doc__ = '''
21 Instance handling (open instance).
22
23 Currently this module provides one function: open. This function opens
21 an instance. 24 an instance.
22 ''' 25 '''
23 26
24 import imp, os 27 import imp, os
25 28
50 del opener 53 del opener
51 54
52 55
53 # 56 #
54 # $Log: not supported by cvs2svn $ 57 # $Log: not supported by cvs2svn $
58 # Revision 1.4 2001/11/12 22:01:06 richard
59 # Fixed issues with nosy reaction and author copies.
60 #
55 # Revision 1.3 2001/08/07 00:24:42 richard 61 # Revision 1.3 2001/08/07 00:24:42 richard
56 # stupid typo 62 # stupid typo
57 # 63 #
58 # Revision 1.2 2001/08/07 00:15:51 richard 64 # Revision 1.2 2001/08/07 00:15:51 richard
59 # Added the copyright/license notice to (nearly) all files at request of 65 # Added the copyright/license notice to (nearly) all files at request of

Roundup Issue Tracker: http://roundup-tracker.org/