]> gitweb.michael.orlitzky.com - dead/census-tools.git/commitdiff
Removed the math import from GPS.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 1 Oct 2009 13:37:14 +0000 (09:37 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 1 Oct 2009 13:37:14 +0000 (09:37 -0400)
src/GPS.py

index acd8e9c570da0f2f12d921a84e5a8b0d22e39d9c..477dc9b93bb5e219cd01a30db73d0004eccf08fd 100644 (file)
@@ -1,6 +1,3 @@
-from math import sqrt
-
-
 class Coordinates:
     """Represents a set of GPS coordinates (latitude/longitude)."""