From ac418a7d4e18a1dc6b276c537858c07f2c13879c Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 27 Aug 2012 16:43:40 -0700 Subject: [PATCH] remote the last references --- bindings/python/build.py | 2 +- demo/c++/build.py | 2 +- demo/python/README.txt | 2 -- demo/python/rundemo.py | 2 +- demo/viewer/build.py | 2 +- deps/agg/build.py | 2 +- fonts/build.py | 2 +- plugins/input/gdal/build.py | 2 +- plugins/input/geos/build.py | 2 +- plugins/input/kismet/build.py | 2 +- plugins/input/occi/build.py | 2 +- plugins/input/ogr/build.py | 2 +- plugins/input/osm/build.py | 2 +- plugins/input/postgis/build.py | 2 +- plugins/input/raster/build.py | 2 +- plugins/input/rasterlite/build.py | 2 +- plugins/input/shape/build.py | 2 +- plugins/input/sqlite/build.py | 2 +- src/build.py | 2 +- utils/ogrindex/build.py | 2 +- utils/performance/build.py | 2 +- utils/pgsql2sqlite/build.py | 2 +- utils/shapeindex/build.py | 2 +- utils/svg2png/build.py | 2 +- utils/upgrade_map_xml/build.py | 2 +- 25 files changed, 24 insertions(+), 26 deletions(-) diff --git a/bindings/python/build.py b/bindings/python/build.py index 8d5a9be43..2a83607bf 100644 --- a/bindings/python/build.py +++ b/bindings/python/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# import os, re, sys, glob from subprocess import Popen, PIPE diff --git a/demo/c++/build.py b/demo/c++/build.py index ceb31448c..cf3c77206 100644 --- a/demo/c++/build.py +++ b/demo/c++/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# import os from copy import copy diff --git a/demo/python/README.txt b/demo/python/README.txt index 0963e4f27..4a13579cb 100644 --- a/demo/python/README.txt +++ b/demo/python/README.txt @@ -1,5 +1,3 @@ -# $Id$ - This directory contains a sample python script implementing the Mapnik API. The script is thoroughly commented and also acts as a mini tutorial. Reading diff --git a/demo/python/rundemo.py b/demo/python/rundemo.py index bd9639a4b..0509b8a42 100644 --- a/demo/python/rundemo.py +++ b/demo/python/rundemo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# $Id$ +# # # This file is part of Mapnik (c++ mapping toolkit) # Copyright (C) 2005 Jean-Francois Doyon diff --git a/demo/viewer/build.py b/demo/viewer/build.py index 9db566370..ec1dacc26 100644 --- a/demo/viewer/build.py +++ b/demo/viewer/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# Import ('env') import os diff --git a/deps/agg/build.py b/deps/agg/build.py index 04c67735a..9973760da 100644 --- a/deps/agg/build.py +++ b/deps/agg/build.py @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# $Id$ +# import glob diff --git a/fonts/build.py b/fonts/build.py index e90529301..7105188dd 100644 --- a/fonts/build.py +++ b/fonts/build.py @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# $Id$ +# import os import glob diff --git a/plugins/input/gdal/build.py b/plugins/input/gdal/build.py index 572ac2356..501ff089f 100644 --- a/plugins/input/gdal/build.py +++ b/plugins/input/gdal/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# Import ('plugin_base') Import ('env') diff --git a/plugins/input/geos/build.py b/plugins/input/geos/build.py index 3ec6bfb95..e75c7822e 100644 --- a/plugins/input/geos/build.py +++ b/plugins/input/geos/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# Import ('plugin_base') diff --git a/plugins/input/kismet/build.py b/plugins/input/kismet/build.py index 930be63a7..d85ced8e1 100644 --- a/plugins/input/kismet/build.py +++ b/plugins/input/kismet/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# Import ('plugin_base') Import ('env') diff --git a/plugins/input/occi/build.py b/plugins/input/occi/build.py index 62becff91..050cbce9b 100644 --- a/plugins/input/occi/build.py +++ b/plugins/input/occi/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# Import ('plugin_base') Import ('env') diff --git a/plugins/input/ogr/build.py b/plugins/input/ogr/build.py index ec3190a98..26512b856 100644 --- a/plugins/input/ogr/build.py +++ b/plugins/input/ogr/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# Import ('plugin_base') diff --git a/plugins/input/osm/build.py b/plugins/input/osm/build.py index 2e95f66d9..4cff88aea 100644 --- a/plugins/input/osm/build.py +++ b/plugins/input/osm/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# Import ('plugin_base') Import ('env') diff --git a/plugins/input/postgis/build.py b/plugins/input/postgis/build.py index 6987ef593..8f79fa408 100644 --- a/plugins/input/postgis/build.py +++ b/plugins/input/postgis/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# Import ('plugin_base') Import ('env') diff --git a/plugins/input/raster/build.py b/plugins/input/raster/build.py index 8eac37faf..2a3c7dd41 100644 --- a/plugins/input/raster/build.py +++ b/plugins/input/raster/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# Import ('plugin_base') Import ('env') diff --git a/plugins/input/rasterlite/build.py b/plugins/input/rasterlite/build.py index cfee8f8a8..cee50da27 100644 --- a/plugins/input/rasterlite/build.py +++ b/plugins/input/rasterlite/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# Import ('plugin_base') Import ('env') diff --git a/plugins/input/shape/build.py b/plugins/input/shape/build.py index e349c9c05..5a1e0d89a 100644 --- a/plugins/input/shape/build.py +++ b/plugins/input/shape/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# Import ('plugin_base') diff --git a/plugins/input/sqlite/build.py b/plugins/input/sqlite/build.py index d760db305..458a885ad 100644 --- a/plugins/input/sqlite/build.py +++ b/plugins/input/sqlite/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# Import ('plugin_base') Import ('env') diff --git a/src/build.py b/src/build.py index c5f4a24c3..6953215b8 100644 --- a/src/build.py +++ b/src/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# import os diff --git a/utils/ogrindex/build.py b/utils/ogrindex/build.py index 0ddc40c88..36fd04b2b 100644 --- a/utils/ogrindex/build.py +++ b/utils/ogrindex/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# import os import glob diff --git a/utils/performance/build.py b/utils/performance/build.py index 5f1c32e61..11bd0896c 100644 --- a/utils/performance/build.py +++ b/utils/performance/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# import os Import ('env') diff --git a/utils/pgsql2sqlite/build.py b/utils/pgsql2sqlite/build.py index 4cf14c3e3..9f967544b 100644 --- a/utils/pgsql2sqlite/build.py +++ b/utils/pgsql2sqlite/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# import os from copy import copy diff --git a/utils/shapeindex/build.py b/utils/shapeindex/build.py index 24b393465..876631b92 100644 --- a/utils/shapeindex/build.py +++ b/utils/shapeindex/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# import os import glob diff --git a/utils/svg2png/build.py b/utils/svg2png/build.py index 49ac1b070..cac7308ef 100644 --- a/utils/svg2png/build.py +++ b/utils/svg2png/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# import os import glob diff --git a/utils/upgrade_map_xml/build.py b/utils/upgrade_map_xml/build.py index 2818798d4..4b007db00 100644 --- a/utils/upgrade_map_xml/build.py +++ b/utils/upgrade_map_xml/build.py @@ -17,7 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -# $Id$ +# import os Import ('env')