mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
merge with master + fixups
This commit is contained in:
parent
71e7faed0d
commit
0e017be98d
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from nose.tools import eq_
|
||||
from nose.tools import eq_, raises
|
||||
from utilities import execution_path, run_all
|
||||
import os, mapnik
|
||||
from itertools import groupby
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os, mapnik
|
||||
from nose.tools import eq_,raises
|
||||
from nose.tools import eq_,raises, assert_almost_equal
|
||||
from utilities import execution_path, run_all, get_unique_colors
|
||||
|
||||
def setup():
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
import os, mapnik
|
||||
import hashlib
|
||||
from nose.tools import eq_
|
||||
from nose.tools import eq_, assert_not_equal
|
||||
from utilities import execution_path, run_all
|
||||
|
||||
def hashstr(var):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user