Removed epydoc

This commit is contained in:
Josh Yelon 2005-03-01 21:40:17 +00:00
parent e8bcb26e88
commit cf4d98a3d8

View File

@ -1884,7 +1884,6 @@ for pkg in (PACKAGES + ["extras"]):
if (sys.platform == "win32"):
CopyTree(PREFIX+'/python', 'thirdparty/win-python')
CopyFile(PREFIX+'/bin/', 'thirdparty/win-python/python22.dll')
CopyTree(PREFIX+'/python/lib/epydoc', THIRDPARTY+'/epydoc')
########################################################################
##