From: Michael Orlitzky Date: Wed, 11 Nov 2009 04:39:44 +0000 (-0500) Subject: Removed an unnecessary include. X-Git-Url: https://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=commitdiff_plain;h=231be924cc841fd17af1d322823e95bab0967563 Removed an unnecessary include. --- diff --git a/bin/drag_wkt_along_kml_path b/bin/drag_wkt_along_kml_path index 752a60f..c65c34a 100755 --- a/bin/drag_wkt_along_kml_path +++ b/bin/drag_wkt_along_kml_path @@ -12,10 +12,9 @@ import os import site import sys -# Basically, add '../src' and '../lib/Shapely' to our path. +# Basically, add '../src' to our path. # Needed for the imports that follow. site.addsitedir(os.path.dirname(os.path.abspath(sys.argv[0])) + '/../src') -site.addsitedir(os.path.dirname(os.path.abspath(sys.argv[0])) + '/../lib/Shapely') import CLI import Configuration.Defaults