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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4532dc1bd9a588a05995d11f5e23161cbec77bbe;p=python Do not require packages that are not needed. --- diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 77e065b016..65583b0ac2 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 444194d41c..e0ab7bf4ce 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}