aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/SendReport/Angus.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-07-06 08:05:54 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-07-06 10:33:57 +0100
commit01b426f5ec48bc8b9cd90c85bd3e8782aec03767 (patch)
tree19f1a20fa075993cc358b31486a164b04ec80560 /perllib/FixMyStreet/SendReport/Angus.pm
parentf89681f9b900f0b20a099cb15ff8a01f1798d508 (diff)
Stop using mySociety::Web and mySociety::Sundries.
Both uses can be covered by existing modules. This means we can drop FCGI also.
Diffstat (limited to 'perllib/FixMyStreet/SendReport/Angus.pm')
-rw-r--r--perllib/FixMyStreet/SendReport/Angus.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/SendReport/Angus.pm b/perllib/FixMyStreet/SendReport/Angus.pm
index cab5de173..b552fbd9d 100644
--- a/perllib/FixMyStreet/SendReport/Angus.pm
+++ b/perllib/FixMyStreet/SendReport/Angus.pm
@@ -7,7 +7,6 @@ BEGIN { extends 'FixMyStreet::SendReport'; }
use Try::Tiny;
use Encode;
use XML::Simple;
-use mySociety::Web qw(ent);
sub get_auth_token {
my ($self, $authxml) = @_;