[Checkins] SVN: lovely.rating/trunk/src/lovely/__init__.py Make it usable as an egg

Jürgen Kartnaller juergen at kartnaller.at
Thu Mar 22 09:34:21 EDT 2007


Log message for revision 73442:
  Make it usable as an egg

Changed:
  U   lovely.rating/trunk/src/lovely/__init__.py

-=-
Modified: lovely.rating/trunk/src/lovely/__init__.py
===================================================================
--- lovely.rating/trunk/src/lovely/__init__.py	2007-03-22 13:19:47 UTC (rev 73441)
+++ lovely.rating/trunk/src/lovely/__init__.py	2007-03-22 13:34:20 UTC (rev 73442)
@@ -0,0 +1,24 @@
+##############################################################################
+#
+# Copyright (c) 2006 Lovely Systems and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (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.
+#
+##############################################################################
+"""
+$Id$
+"""
+
+__docformat__ = "reStructuredText"
+
+
+try:
+    __import__('pkg_resources').declare_namespace(__name__)
+except ImportError:
+    pass



More information about the Checkins mailing list