[Checkins] SVN: zope.app.publisher/branches/3.4/setup.py Remove unused import and add license header

Philipp von Weitershausen philikon at philikon.de
Thu Aug 23 17:07:10 EDT 2007


Log message for revision 79177:
  Remove unused import and add license header
  

Changed:
  U   zope.app.publisher/branches/3.4/setup.py

-=-
Modified: zope.app.publisher/branches/3.4/setup.py
===================================================================
--- zope.app.publisher/branches/3.4/setup.py	2007-08-23 21:05:22 UTC (rev 79176)
+++ zope.app.publisher/branches/3.4/setup.py	2007-08-23 21:07:09 UTC (rev 79177)
@@ -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