mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Require the verbatim package (similar to the LaTeX version).
This commit is contained in:
parent
397032aa46
commit
a608a1df87
2 changed files with 6 additions and 4 deletions
|
@ -5,7 +5,8 @@
|
|||
|
||||
package main;
|
||||
|
||||
&do_require_package("article");
|
||||
&do_require_package("python");
|
||||
do_require_package("article");
|
||||
do_require_package("verbatim");
|
||||
do_require_package("python");
|
||||
|
||||
1; # sheesh....
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
|
||||
package main;
|
||||
|
||||
&do_require_package("report");
|
||||
&do_require_package("python");
|
||||
do_require_package("report");
|
||||
do_require_package("verbatim");
|
||||
do_require_package("python");
|
||||
|
||||
1; # sheesh....
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue