From: Michael Orlitzky Date: Thu, 1 Oct 2009 13:37:14 +0000 (-0400) Subject: Removed the math import from GPS. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=commitdiff_plain;h=bcc152b59791e0aa3e7a5e34ad84124b4c48b276 Removed the math import from GPS. --- diff --git a/src/GPS.py b/src/GPS.py index acd8e9c..477dc9b 100644 --- a/src/GPS.py +++ b/src/GPS.py @@ -1,6 +1,3 @@ -from math import sqrt - - class Coordinates: """Represents a set of GPS coordinates (latitude/longitude)."""