From: Michael Orlitzky Date: Fri, 13 Nov 2009 02:23:00 +0000 (-0500) Subject: Removed an unnecessary import. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=commitdiff_plain;h=26ba1b7db335aa19f687fdc26f00b68ded12b15d;hp=68f0f2a8ad4c16e8e49b1a13191559949e9f6214 Removed an unnecessary import. --- diff --git a/src/Tests/Unit/GeometryTest.py b/src/Tests/Unit/GeometryTest.py index d486757..99acb36 100644 --- a/src/Tests/Unit/GeometryTest.py +++ b/src/Tests/Unit/GeometryTest.py @@ -1,6 +1,5 @@ import unittest -import Tests.Fixtures from Geometry import *