[Checkins] SVN: gocept.selenium/trunk/setup.py whitespace

Wolfgang Schnerring wosc at wosc.de
Mon Dec 27 05:27:38 EST 2010


Log message for revision 119156:
  whitespace
  

Changed:
  U   gocept.selenium/trunk/setup.py

-=-
Modified: gocept.selenium/trunk/setup.py
===================================================================
--- gocept.selenium/trunk/setup.py	2010-12-27 10:26:29 UTC (rev 119155)
+++ gocept.selenium/trunk/setup.py	2010-12-27 10:27:38 UTC (rev 119156)
@@ -22,12 +22,12 @@
     author='Zope Foundation and Contributors',
     author_email='ws at gocept.com',
     description='zope.testing layer that integrates Selenium-RC',
-    long_description = (
+    long_description=(
         open(os.path.join('src', 'gocept', 'selenium', 'README.txt')).read() +
         '\n\n' +
         open('CHANGES.txt').read()),
     packages=find_packages('src'),
-    package_dir = {'': 'src'},
+    package_dir={'': 'src'},
     include_package_data=True,
     zip_safe=False,
     license='ZPL 2.1',



More information about the checkins mailing list