fix import

This commit is contained in:
Dane Springmeyer 2011-12-22 12:20:03 -08:00
parent bed779b465
commit 62983ef214

View file

@ -6,7 +6,7 @@ from nose.tools import *
import os, mapnik
from utilities import Todo
try:
import json3
import json
except ImportError:
import simplejson