From 231be924cc841fd17af1d322823e95bab0967563 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 10 Nov 2009 23:39:44 -0500 Subject: [PATCH] Removed an unnecessary include. --- bin/drag_wkt_along_kml_path | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.43.2