clean up more mapnik2 references

This commit is contained in:
Dane Springmeyer 2012-02-01 16:44:50 -08:00
parent 60f1dadcd8
commit 6b584e826a
3 changed files with 3 additions and 3 deletions

View file

@ -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 $?

View file

@ -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

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
import sys
import mapnik2 as mapnik
import mapnik
#import mapnik
from timeit import Timer, time