[Zope-Checkins] CVS: Zope/lib/python - sitecustomize.py:1.1.2.1

Andreas Jung andreas at andreas-jung.com
Sat Oct 30 05:22:51 EDT 2004


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

Added Files:
      Tag: Zope-2_7-branch
	sitecustomize.py 
Log Message:
moved docutils path configuration to sitecustomize.py


=== Added File Zope/lib/python/sitecustomize.py ===
import sys, os
dirname = os.path.dirname(__file__)
sys.path.append(os.path.join(dirname, 'third_party', 'docutils'))
sys.path.append(os.path.join(dirname, 'third_party', 'docutils', 'extras'))



More information about the Zope-Checkins mailing list