From cf4d98a3d8e516f09348d0c2e69ae9ff44df304e Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Tue, 1 Mar 2005 21:40:17 +0000 Subject: [PATCH] Removed epydoc --- doc/makepanda/makepanda.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/makepanda/makepanda.py b/doc/makepanda/makepanda.py index 21204ecd6f..916c1121dd 100755 --- a/doc/makepanda/makepanda.py +++ b/doc/makepanda/makepanda.py @@ -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') ######################################################################## ##