Code

*** empty log message ***
[roundup.git] / roundup / templates / classic / __init__.py
index f3008d64f6b2f849fb83c1e83c8aa54a29616ef7..a64f168ab79f21496d771bf000725c1952b076b7 100644 (file)
@@ -1,15 +1,24 @@
-# $Id: __init__.py,v 1.1 2001-07-23 23:28:43 richard Exp $
-
-from instance_config import *
-from dbinit import *
-from interfaces import *
-
-# 
-# $Log: not supported by cvs2svn $
-# Revision 1.3  2001/07/23 23:16:01  richard
-# Split off the interfaces (CGI, mailgw) into a separate file from the DB stuff.
 #
-# Revision 1.2  2001/07/23 04:33:21  anthonybaxter
-# split __init__.py into 2. dbinit and instance_config.
+# Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)
+# This module is free software, and you may redistribute it and/or modify
+# under the same terms as Python, so long as this copyright message and
+# disclaimer are retained in their original form.
 #
+# IN NO EVENT SHALL BIZAR SOFTWARE PTY LTD BE LIABLE TO ANY PARTY FOR
+# DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING
+# OUT OF THE USE OF THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
 #
+# BIZAR SOFTWARE PTY LTD SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
+# BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE.  THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
+# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
+# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
+# 
+# $Id: __init__.py,v 1.7 2002-09-09 23:55:19 richard Exp $
+
+import config
+from dbinit import open, init
+from interfaces import Client, MailGW
+
+# vim: set filetype=python ts=4 sw=4 et si