[Zope-Checkins] CVS: Zope/lib/python/docutils - __init__.py:1.2.10.6 roman.py:NONE

Fred L. Drake, Jr. fred at zope.com
Wed Jun 23 19:03:59 EDT 2004


Update of /cvs-repository/Zope/lib/python/docutils
In directory cvs.zope.org:/tmp/cvs-serv29205/lib/python/docutils

Modified Files:
      Tag: Zope-2_7-branch
	__init__.py 
Removed Files:
      Tag: Zope-2_7-branch
	roman.py 
Log Message:
Change the way roman.py from docutils is handled.
By re-locating the file, we do not need to change the contents of the file,
and can still fix the import problem.


=== Zope/lib/python/docutils/__init__.py 1.2.10.5 => 1.2.10.6 ===
--- Zope/lib/python/docutils/__init__.py:1.2.10.5	Sat Jun 19 02:33:31 2004
+++ Zope/lib/python/docutils/__init__.py	Wed Jun 23 19:03:29 2004
@@ -161,8 +161,3 @@
         a certain input context or output format.
         """
         return format in self.supported
-
-import sys, os
-home = os.path.dirname(__file__)
-if not home in sys.path:
-    sys.path.append(home) 

=== Removed File Zope/lib/python/docutils/roman.py ===



More information about the Zope-Checkins mailing list