[Checkins] SVN: Sandbox/J1m/project_template/branches/dev/setup.py fixed typo

Jim Fulton jim at zope.com
Fri Dec 28 12:52:45 EST 2007


Log message for revision 82506:
  fixed typo
  

Changed:
  U   Sandbox/J1m/project_template/branches/dev/setup.py

-=-
Modified: Sandbox/J1m/project_template/branches/dev/setup.py
===================================================================
--- Sandbox/J1m/project_template/branches/dev/setup.py	2007-12-28 17:52:38 UTC (rev 82505)
+++ Sandbox/J1m/project_template/branches/dev/setup.py	2007-12-28 17:52:45 UTC (rev 82506)
@@ -4,7 +4,7 @@
 """
 
 setup(
-    name = ''
+    name = '',
     version = '0.1',
     author = 'Jim Fulton',
     author_email = 'jim at zope.com',



More information about the Checkins mailing list