Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97c73c8

Browse files
committed
Remove \newif relating to index support; no longer needed. Index control
is now shared and located solely in python.sty.
1 parent 7d20ffe commit 97c73c8

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Doc/texinputs/howto.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
% This gives us all the Python-specific markup that we really want.
3838
% This should come last. Do not change this.
3939
%
40-
\newif\if@usemoduleindex\@usemoduleindexfalse
4140
\RequirePackage{python}
4241

4342

Doc/texinputs/manual.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
% This gives us all the Python-specific markup that we really want.
3838
% This should come last. Do not change this.
3939
%
40-
\newif\if@usemoduleindex\@usemoduleindextrue
4140
\RequirePackage{python}
4241

4342

0 commit comments

Comments
 (0)