From 3450c09c6914854531151e213bdd68ea3dcdf242 Mon Sep 17 00:00:00 2001 From: Glenn Proctor <gp1@sanger.ac.uk> Date: Wed, 9 Nov 2005 20:23:43 +0000 Subject: [PATCH] Imports. --- modules/Bio/EnsEMBL/RegulatoryFeature.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Bio/EnsEMBL/RegulatoryFeature.pm b/modules/Bio/EnsEMBL/RegulatoryFeature.pm index 13e3d3e616..e43431a9dc 100644 --- a/modules/Bio/EnsEMBL/RegulatoryFeature.pm +++ b/modules/Bio/EnsEMBL/RegulatoryFeature.pm @@ -47,6 +47,7 @@ use vars qw(@ISA); use Bio::EnsEMBL::Feature; use Bio::EnsEMBL::Utils::Argument qw(rearrange); +use Bio::EnsEMBL::Utils::Exception qw(throw warning deprecate); @ISA = qw(Bio::EnsEMBL::Feature); -- GitLab