Code

. password edit now has a confirmation field
[roundup.git] / roundup / instance.py
index 59c56fb50522909ace0cad904b53d9985ff73d1f..fb98b76537d1f9199f1efe93a0b1263763e35266 100644 (file)
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: instance.py,v 1.4 2001-11-12 22:01:06 richard Exp $
+# $Id: instance.py,v 1.6 2002-09-10 00:18:20 richard Exp $
 
-''' Currently this module provides one function: open. This function opens
+__doc__ = '''
+Instance handling (open instance).
+
+Currently this module provides one function: open. This function opens
 an instance.
 '''
 
@@ -50,19 +53,4 @@ del Opener
 del opener
 
 
-#
-# $Log: not supported by cvs2svn $
-# Revision 1.3  2001/08/07 00:24:42  richard
-# stupid typo
-#
-# Revision 1.2  2001/08/07 00:15:51  richard
-# Added the copyright/license notice to (nearly) all files at request of
-# Bizar Software.
-#
-# Revision 1.1  2001/08/05 07:43:52  richard
-# Instances are now opened by a special function that generates a unique
-# module name for the instances on import time.
-#
-#
-#
 # vim: set filetype=python ts=4 sw=4 et si