bpo-27200: Fix doctests in programming.rst and datetime.rst (#401)

This commit is contained in:
Marco Buttu 2017-03-18 17:59:33 +01:00 committed by Berker Peksag
parent 993d4b3440
commit 909a6f626f
4 changed files with 10 additions and 5 deletions

View file

@ -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
# ---------------------