[Zope3-checkins] CVS: Zope3/src/zope/app - __init__.py:1.1.2.2

R. David Murray bitz@bitdance.com
Tue, 24 Dec 2002 13:15:27 -0500


Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv20452

Modified Files:
      Tag: NameGeddon-branch
	__init__.py 
Log Message:
Restore the content of this file.


=== Zope3/src/zope/app/__init__.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/__init__.py:1.1.2.1	Mon Dec 23 14:30:56 2002
+++ Zope3/src/zope/app/__init__.py	Tue Dec 24 13:15:27 2002
@@ -1,2 +1,18 @@
+##############################################################################
 #
-# This file is necessary to make this directory a package.
+# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""
+Zope application.
+"""
+
+from _app import config, Application