comparison roundup/instance.py @ 1090:9b910e8d987d

removed Log
author Richard Jones <richard@users.sourceforge.net>
date Tue, 10 Sep 2002 00:19:55 +0000
parents bdc2ea127ae9
children 30db4a11d700
comparison
equal deleted inserted replaced
1089:43ab730ee194 1090:9b910e8d987d
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.5 2001-11-22 15:46:42 jhermann Exp $ 18 # $Id: instance.py,v 1.6 2002-09-10 00:18:20 richard Exp $
19 19
20 __doc__ = ''' 20 __doc__ = '''
21 Instance handling (open instance). 21 Instance handling (open instance).
22 22
23 Currently this module provides one function: open. This function opens 23 Currently this module provides one function: open. This function opens
51 51
52 del Opener 52 del Opener
53 del opener 53 del opener
54 54
55 55
56 #
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 #
61 # Revision 1.3 2001/08/07 00:24:42 richard
62 # stupid typo
63 #
64 # Revision 1.2 2001/08/07 00:15:51 richard
65 # Added the copyright/license notice to (nearly) all files at request of
66 # Bizar Software.
67 #
68 # Revision 1.1 2001/08/05 07:43:52 richard
69 # Instances are now opened by a special function that generates a unique
70 # module name for the instances on import time.
71 #
72 #
73 #
74 # vim: set filetype=python ts=4 sw=4 et si 56 # vim: set filetype=python ts=4 sw=4 et si

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