mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
bpo-27200: Fix doctests in programming.rst and datetime.rst (#401)
This commit is contained in:
parent
993d4b3440
commit
909a6f626f
4 changed files with 10 additions and 5 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
import sys, os, time
|
||||
sys.path.append(os.path.abspath('tools/extensions'))
|
||||
sys.path.append(os.path.abspath('includes'))
|
||||
|
||||
# General configuration
|
||||
# ---------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue