diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-11 11:14:20 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-11 11:14:20 +0000 |
commit | 947f5f9d6c9c74bc5acea7fbc605b653e44f7ce7 (patch) | |
tree | 05f70a75d4f473274e897e8951ff71035c1890fb /bin/test-run | |
parent | c8a9805bcb850cab7bf1c1b8c34ef5c4f22e1b73 (diff) |
Helper function for all latlon to OSGB36 calls.
Diffstat (limited to 'bin/test-run')
-rwxr-xr-x | bin/test-run | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/test-run b/bin/test-run index b2fea2fb5..1c41e7c3a 100755 --- a/bin/test-run +++ b/bin/test-run @@ -27,7 +27,6 @@ use FindBin; use mySociety::Config; mySociety::Config::set_file('../conf/general'); use mySociety::DBHandle qw(dbh); -use mySociety::GeoUtil; use mySociety::WebTestHarness; use Test::Harness; use File::Find; |