diff options
author | Greg Ward <gward@python.net> | 2000-04-19 22:36:33 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-04-19 22:36:33 (GMT) |
commit | 95da4434475d4454cdcc56896ee01c55179c2d81 (patch) | |
tree | fcea76c2f2f99435c047ebac0264df9eed34462c /Doc | |
parent | 1ecc25153872838846ae401cc7feade76684eb54 (diff) | |
download | cpython-95da4434475d4454cdcc56896ee01c55179c2d81.zip cpython-95da4434475d4454cdcc56896ee01c55179c2d81.tar.gz cpython-95da4434475d4454cdcc56896ee01c55179c2d81.tar.bz2 |
Removed '\package' definition.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/texinputs/distutils.sty | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/texinputs/distutils.sty b/Doc/texinputs/distutils.sty index 18d3b63..f934c02 100644 --- a/Doc/texinputs/distutils.sty +++ b/Doc/texinputs/distutils.sty @@ -29,8 +29,6 @@ % disagree. Pistols at dawn will sort this one out. \newcommand{\filevar}[1]{{\textsl{\filenq{#1}}}} -\def\package{\module} - % These two are handy for writing pathnames for Unix and Windows % (respectively). I define my own macros because I'm a lazy typist. \renewcommand{\tilde}{\textasciitilde} |