Skip to content
Snippets Groups Projects
Commit e0d1193e authored by Laura Clarke's avatar Laura Clarke
Browse files

changed inheritance from Root to RootI

parent ba8ab267
No related branches found
No related tags found
No related merge requests found
package Bio::EnsEMBL::Root;
use Bio::Root::Root;
use Bio::Root::RootI;
@ISA = qw(Bio::Root::Root);
@ISA = qw(Bio::Root::RootI);
sub new{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment