fix import
This commit is contained in:
parent
bed779b465
commit
62983ef214
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from nose.tools import *
|
|||
import os, mapnik
|
||||
from utilities import Todo
|
||||
try:
|
||||
import json3
|
||||
import json
|
||||
except ImportError:
|
||||
import simplejson
|
||||
|
||||
|
|
Loading…
Reference in a new issue