[Checkins] SVN: zope.thread/trunk/setup.py whitespace

Christian Zagrodnick cz at gocept.com
Wed Aug 8 07:26:10 EDT 2007


Log message for revision 78689:
  whitespace

Changed:
  U   zope.thread/trunk/setup.py

-=-
Modified: zope.thread/trunk/setup.py
===================================================================
--- zope.thread/trunk/setup.py	2007-08-08 11:24:17 UTC (rev 78688)
+++ zope.thread/trunk/setup.py	2007-08-08 11:26:10 UTC (rev 78689)
@@ -17,9 +17,9 @@
 """
 
 import os
-
 from setuptools import setup, Extension, find_packages
 
+
 setup(name='zope.thread',
       version = '3.4',
       url='http://svn.zope.org/zope.thread',
@@ -29,7 +29,7 @@
       author_email='zope3-dev at zope.org',
       long_description=
       'This package is deprecated and exists soley for backward compatability.',
-      
+
       packages=find_packages('src'),
       package_dir = {'': 'src'},
 



More information about the Checkins mailing list