[Checkins] SVN: zope.kgs/trunk/ Missed imports. Sigh, this line is not needed during the tests.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Nov 17 18:40:20 EST 2007


Log message for revision 81904:
  Missed imports. Sigh, this line is not needed during the tests.
  

Changed:
  U   zope.kgs/trunk/CHANGES.txt
  U   zope.kgs/trunk/src/zope/kgs/site.py

-=-
Modified: zope.kgs/trunk/CHANGES.txt
===================================================================
--- zope.kgs/trunk/CHANGES.txt	2007-11-17 23:30:13 UTC (rev 81903)
+++ zope.kgs/trunk/CHANGES.txt	2007-11-17 23:40:20 UTC (rev 81904)
@@ -7,7 +7,7 @@
 
 - Initial version as ``zope.kgs``.
 
-  * A script that manages the generation of the entire site.
+  * A script that manages the generation of the entire KGS site.
 
   * Generate an intro page to the KGS.
 

Modified: zope.kgs/trunk/src/zope/kgs/site.py
===================================================================
--- zope.kgs/trunk/src/zope/kgs/site.py	2007-11-17 23:30:13 UTC (rev 81903)
+++ zope.kgs/trunk/src/zope/kgs/site.py	2007-11-17 23:40:20 UTC (rev 81904)
@@ -23,6 +23,7 @@
 """
 import os
 import shutil
+import sys
 import time
 from zope.kgs import version, buildout, ppix, link, intro, kgs
 



More information about the Checkins mailing list