support python 2.5
This commit is contained in:
parent
b6c7e319d6
commit
ef94bc8db8
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
||||||
from nose.tools import *
|
from nose.tools import *
|
||||||
import os,sys
|
import os,sys
|
||||||
import mapnik
|
import mapnik
|
||||||
import json
|
try:
|
||||||
|
import json
|
||||||
|
except ImportError:
|
||||||
|
import simplejson as json
|
||||||
|
|
||||||
chars = [
|
chars = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue