support python 2.5

This commit is contained in:
Dane Springmeyer 2012-09-26 11:26:51 -07:00
parent b6c7e319d6
commit ef94bc8db8

View file

@ -3,7 +3,10 @@
from nose.tools import *
import os,sys
import mapnik
import json
try:
import json
except ImportError:
import simplejson as json
chars = [
{