mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
support python 2.5
This commit is contained in:
parent
b6c7e319d6
commit
ef94bc8db8
@ -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 = [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user