]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - bin/drag_wkt_along_kml_path
Moved the line-height definition into the body element.
[dead/census-tools.git] / bin / drag_wkt_along_kml_path
index 752a60faa27c3b271dc97d386440f1f26619f588..aa274661023ba6a56386094a518ee020071dacf9 100755 (executable)
@@ -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
@@ -29,7 +28,7 @@ usage = '%prog [options] <well-known text> <kml filename>'
 parser = CLI.default_option_parser(usage)
 
 # Use this module's docstring as the description.
-parser.description = __doc__.strip()
+parser.description = __doc__
 
 parser.add_option('-o',
                   '--outfile',