From: Fred Drake Date: Thu, 26 Oct 2000 21:13:22 +0000 (+0000) Subject: Do not require packages that are not needed. X-Git-Tag: v2.1a1~795 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4532dc1bd9a588a05995d11f5e23161cbec77bbe;p=thirdparty%2FPython%2Fcpython.git Do not require packages that are not needed. --- diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 77e065b01637..65583b0ac24c 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -1,6 +1,4 @@ \documentclass{howto} -\usepackage{ltxmarkup} -\usepackage{times} \usepackage{distutils} % $Id$ diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index 444194d41cca..e0ab7bf4ce21 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -1,6 +1,4 @@ \documentclass{howto} -\usepackage{ltxmarkup} -\usepackage{times} \usepackage{distutils} \title{Installing Python Modules}