[Checkins] SVN: zope.app.publisher/trunk/setup.py Merge from 3.4 branch:

Philipp von Weitershausen philikon at philikon.de
Thu Aug 23 17:29:43 EDT 2007


Log message for revision 79183:
  Merge from 3.4 branch:
  
  ------------------------------------------------------------------------
  r79177 | philikon | 2007-08-23 23:07:09 +0200 (Thu, 23 Aug 2007) | 2 lines
  
  Remove unused import and add license header
  
  ------------------------------------------------------------------------
  
  

Changed:
  U   zope.app.publisher/trunk/setup.py

-=-
Modified: zope.app.publisher/trunk/setup.py
===================================================================
--- zope.app.publisher/trunk/setup.py	2007-08-23 21:28:15 UTC (rev 79182)
+++ zope.app.publisher/trunk/setup.py	2007-08-23 21:29:42 UTC (rev 79183)
@@ -1,5 +1,18 @@
-import os
-
+##############################################################################
+#
+# Copyright (c) 2007 Zope Corporation 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.
+#
+##############################################################################
+"""zope.app.publisher setup
+"""
 from setuptools import setup, find_packages, Extension
 
 setup(name='zope.app.publisher',



More information about the Checkins mailing list