clean up more mapnik2 references
This commit is contained in:
parent
60f1dadcd8
commit
6b584e826a
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ epydoc --no-private \
|
|||
--no-sourcecode \
|
||||
--name mapnik \
|
||||
--url http://mapnik.org \
|
||||
--css mapnik_epydoc.css mapnik2 \
|
||||
--css mapnik_epydoc.css mapnik \
|
||||
-o $API_DOCS_DIR
|
||||
|
||||
exit $?
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
rm -rf test_api
|
||||
epydoc --no-private --no-frames --no-sourcecode --name mapnik --url http://mapnik.org --css mapnik_epydoc.css mapnik2 -o test_api
|
||||
epydoc --no-private --no-frames --no-sourcecode --name mapnik --url http://mapnik.org --css mapnik_epydoc.css mapnik -o test_api
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
import mapnik2 as mapnik
|
||||
import mapnik
|
||||
#import mapnik
|
||||
from timeit import Timer, time
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue