mirror of https://github.com/python/cpython
Don't include the verbatim style; the default handling is better.
This commit is contained in:
parent
1cc5899742
commit
9444df0844
|
@ -6,7 +6,7 @@
|
|||
package main;
|
||||
|
||||
do_require_package("article");
|
||||
do_require_package("verbatim");
|
||||
#do_require_package("verbatim");
|
||||
do_require_package("python");
|
||||
|
||||
1; # sheesh....
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
package main;
|
||||
|
||||
do_require_package("report");
|
||||
do_require_package("verbatim");
|
||||
#do_require_package("verbatim");
|
||||
do_require_package("python");
|
||||
|
||||
1; # sheesh....
|
||||
|
|
Loading…
Reference in New Issue