import end_pos calculated differently, fixes #137

This commit is contained in:
David Halter
2013-05-09 11:54:08 +04:30
parent 4b4681d285
commit f3a4439285
2 changed files with 16 additions and 2 deletions

View File

@@ -216,6 +216,13 @@ from not_a_module import
# this can cause recursions
from imports import *
#137
import json
#? 23 json.dump
from json import load, dump
#? 17 json.load
from json import load, dump
# -----------------
# packages
# -----------------