[Checkins] SVN: z3c.blobfile/trunk/src/z3c/__init__.py - removed package setup stuff, make pkg_resources an install requires in setup.py

Grégoire Weber zope.org at incept.ch
Sat Nov 10 08:42:43 EST 2007


Log message for revision 81708:
  - removed package setup stuff, make pkg_resources an install requires in setup.py

Changed:
  U   z3c.blobfile/trunk/src/z3c/__init__.py

-=-
Modified: z3c.blobfile/trunk/src/z3c/__init__.py
===================================================================
--- z3c.blobfile/trunk/src/z3c/__init__.py	2007-11-10 13:39:30 UTC (rev 81707)
+++ z3c.blobfile/trunk/src/z3c/__init__.py	2007-11-10 13:42:42 UTC (rev 81708)
@@ -1,22 +1 @@
-##############################################################################
-#
-# Copyright (c) 2007 Zope Foundation 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$
-"""
-try:
-    # Declare this a namespace package if pkg_resources is available.
-    import pkg_resources
-    pkg_resources.declare_namespace('z3c')
-except ImportError:
-    pass
+# makes this a package



More information about the Checkins mailing list