[pyKoL-users] SF.net SVN: pykol: [30] trunk
Brought to you by:
scelis
From: <mi...@us...> - 2007-08-17 12:25:24
|
Revision: 30 http://pykol.svn.sourceforge.net/pykol/?rev=30&view=rev Author: misza13 Date: 2007-08-17 05:25:27 -0700 (Fri, 17 Aug 2007) Log Message: ----------- Added svn:keywords property on all .py files (value = 'Id') Modified Paths: -------------- trunk/icypeak.py trunk/kol/__init__.py trunk/kol/adventure.py trunk/kol/campground.py trunk/kol/kolsite.py trunk/kol/mall.py trunk/test.py Property Changed: ---------------- trunk/icypeak.py trunk/kol/__init__.py trunk/kol/adventure.py trunk/kol/campground.py trunk/kol/kolsite.py trunk/kol/mall.py trunk/test.py Modified: trunk/icypeak.py =================================================================== --- trunk/icypeak.py 2007-08-17 12:12:37 UTC (rev 29) +++ trunk/icypeak.py 2007-08-17 12:25:27 UTC (rev 30) @@ -4,7 +4,7 @@ # # Distributed under the terms of the MIT license. # -__version__ = '$Id: $' +__version__ = '$Id$' # import sys sys.path.append('.') Property changes on: trunk/icypeak.py ___________________________________________________________________ Name: svn:keywords + Id Modified: trunk/kol/__init__.py =================================================================== --- trunk/kol/__init__.py 2007-08-17 12:12:37 UTC (rev 29) +++ trunk/kol/__init__.py 2007-08-17 12:25:27 UTC (rev 30) @@ -4,5 +4,5 @@ # # Distributed under the terms of the MIT license. # -__version__ = '$Id: $' +__version__ = '$Id$' # Property changes on: trunk/kol/__init__.py ___________________________________________________________________ Name: svn:keywords + Id Modified: trunk/kol/adventure.py =================================================================== --- trunk/kol/adventure.py 2007-08-17 12:12:37 UTC (rev 29) +++ trunk/kol/adventure.py 2007-08-17 12:25:27 UTC (rev 30) @@ -4,7 +4,7 @@ # # Distributed under the terms of the MIT license. # -__version__ = '$Id: $' +__version__ = '$Id$' # import re Property changes on: trunk/kol/adventure.py ___________________________________________________________________ Name: svn:keywords + Id Modified: trunk/kol/campground.py =================================================================== --- trunk/kol/campground.py 2007-08-17 12:12:37 UTC (rev 29) +++ trunk/kol/campground.py 2007-08-17 12:25:27 UTC (rev 30) @@ -4,7 +4,7 @@ # # Distributed under the terms of the MIT license. # -__version__ = '$Id: $' +__version__ = '$Id$' # import re Property changes on: trunk/kol/campground.py ___________________________________________________________________ Name: svn:keywords + Id Modified: trunk/kol/kolsite.py =================================================================== --- trunk/kol/kolsite.py 2007-08-17 12:12:37 UTC (rev 29) +++ trunk/kol/kolsite.py 2007-08-17 12:25:27 UTC (rev 30) @@ -4,7 +4,7 @@ # # Distributed under the terms of the MIT license. # -__version__ = '$Id: $' +__version__ = '$Id$' # import re, urllib, httplib Property changes on: trunk/kol/kolsite.py ___________________________________________________________________ Name: svn:keywords + Id Modified: trunk/kol/mall.py =================================================================== --- trunk/kol/mall.py 2007-08-17 12:12:37 UTC (rev 29) +++ trunk/kol/mall.py 2007-08-17 12:25:27 UTC (rev 30) @@ -4,7 +4,7 @@ # # Distributed under the terms of the MIT license. # -__version__ = '$Id: $' +__version__ = '$Id$' # import re Property changes on: trunk/kol/mall.py ___________________________________________________________________ Name: svn:keywords + Id Modified: trunk/test.py =================================================================== --- trunk/test.py 2007-08-17 12:12:37 UTC (rev 29) +++ trunk/test.py 2007-08-17 12:25:27 UTC (rev 30) @@ -4,7 +4,7 @@ # # Distributed under the terms of the MIT license. # -__version__ = '$Id: $' +__version__ = '$Id$' # import sys, random from kol.kolsite import KoLSite Property changes on: trunk/test.py ___________________________________________________________________ Name: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |