[Bioperl-guts-l] bioperl-live/Bio/Graph/IO psi_xml.pm,1.16,1.17
Torsten Seemann
tseemann at dev.open-bio.org
Thu Sep 28 22:43:43 EDT 2006
Update of /home/repository/bioperl/bioperl-live/Bio/Graph/IO
In directory dev.open-bio.org:/tmp/cvs-serv12573/Bio/Graph/IO
Modified Files:
psi_xml.pm
Log Message:
Removed 'Bio::Root::Object' from base class list; all t/protgraph.t tests
pass.
Index: psi_xml.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Graph/IO/psi_xml.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** psi_xml.pm 29 Sep 2006 02:42:42 -0000 1.16
--- psi_xml.pm 29 Sep 2006 02:43:41 -0000 1.17
***************
*** 68,72 ****
use Bio::Species;
use vars qw(%species $g $c $fac);
! use base qw(Bio::Graph::IO Bio::Root::Object);
BEGIN{
--- 68,72 ----
use Bio::Species;
use vars qw(%species $g $c $fac);
! use base qw(Bio::Graph::IO);
BEGIN{
More information about the Bioperl-guts-l
mailing list