[Zope3-checkins] SVN: Zope3/branches/zipimport-support/src/zope/configuration/tests/resources.txt remove unecessary cruft

Fred L. Drake, Jr. fdrake at gmail.com
Tue Nov 8 22:40:53 EST 2005


Log message for revision 39997:
  remove unecessary cruft

Changed:
  U   Zope3/branches/zipimport-support/src/zope/configuration/tests/resources.txt

-=-
Modified: Zope3/branches/zipimport-support/src/zope/configuration/tests/resources.txt
===================================================================
--- Zope3/branches/zipimport-support/src/zope/configuration/tests/resources.txt	2005-11-09 02:09:02 UTC (rev 39996)
+++ Zope3/branches/zipimport-support/src/zope/configuration/tests/resources.txt	2005-11-09 03:40:52 UTC (rev 39997)
@@ -15,7 +15,7 @@
   >>> import sys
   >>> import zope.resource
 
-  >>> directory = os.path.normpath(os.path.dirname(zope.resource.__file__))
+  >>> directory = os.path.dirname(zope.resource.__file__)
   >>> zipfile = os.path.join(directory, "zippitysample.zip")
   >>> sys.path.append(zipfile)
 



More information about the Zope3-Checkins mailing list