comparison roundup/init.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 2d92f93072f9
children a5cd27d33516 7e093cbaaa98
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: init.py,v 1.17 2001-11-12 23:17:38 jhermann Exp $ 18 # $Id: init.py,v 1.18 2001-11-22 15:46:42 jhermann Exp $
19
20 __doc__ = """
21 Init (create) a roundup instance.
22 """
19 23
20 import os, sys, errno 24 import os, sys, errno
21 25
22 import roundup.instance, password 26 import roundup.instance, password
23 from roundup import install_util 27 from roundup import install_util
102 instance = roundup.instance.open(instance_home) 106 instance = roundup.instance.open(instance_home)
103 instance.init(password.Password(adminpw)) 107 instance.init(password.Password(adminpw))
104 108
105 # 109 #
106 # $Log: not supported by cvs2svn $ 110 # $Log: not supported by cvs2svn $
111 # Revision 1.17 2001/11/12 23:17:38 jhermann
112 # Code using copyDigestedFile() that passes unit tests
113 #
107 # Revision 1.16 2001/10/09 07:25:59 richard 114 # Revision 1.16 2001/10/09 07:25:59 richard
108 # Added the Password property type. See "pydoc roundup.password" for 115 # Added the Password property type. See "pydoc roundup.password" for
109 # implementation details. Have updated some of the documentation too. 116 # implementation details. Have updated some of the documentation too.
110 # 117 #
111 # Revision 1.15 2001/08/07 00:24:42 richard 118 # Revision 1.15 2001/08/07 00:24:42 richard

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