Remove \newif relating to index support; no longer needed. Index control
is now shared and located solely in python.sty.
This commit is contained in:
parent
7d20ffe245
commit
97c73c83ed
|
@ -37,7 +37,6 @@
|
||||||
% This gives us all the Python-specific markup that we really want.
|
% This gives us all the Python-specific markup that we really want.
|
||||||
% This should come last. Do not change this.
|
% This should come last. Do not change this.
|
||||||
%
|
%
|
||||||
\newif\if@usemoduleindex\@usemoduleindexfalse
|
|
||||||
\RequirePackage{python}
|
\RequirePackage{python}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
% This gives us all the Python-specific markup that we really want.
|
% This gives us all the Python-specific markup that we really want.
|
||||||
% This should come last. Do not change this.
|
% This should come last. Do not change this.
|
||||||
%
|
%
|
||||||
\newif\if@usemoduleindex\@usemoduleindextrue
|
|
||||||
\RequirePackage{python}
|
\RequirePackage{python}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue