[BioRuby-cvs] bioruby/lib bio.rb,1.53,1.54
Naohisa Goto
ngoto at pub.open-bio.org
Fri Sep 9 11:58:44 EDT 2005
Update of /home/repository/bioruby/bioruby/lib
In directory pub.open-bio.org:/tmp/cvs-serv21653
Modified Files:
bio.rb
Log Message:
fixed autoload problem about Bio::Sim4.
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** bio.rb 9 Sep 2005 15:56:20 -0000 1.53
--- bio.rb 9 Sep 2005 15:58:41 -0000 1.54
***************
*** 237,243 ****
autoload :Sim4, 'bio/appl/sim4'
! class Sim4
! autoload :Report, 'bio/appl/sim4/report'
! end
autoload :Spidey, 'bio/appl/spidey/report'
--- 237,244 ----
autoload :Sim4, 'bio/appl/sim4'
! ## below are described in bio/appl/sim4.rb
! #class Sim4
! # autoload :Report, 'bio/appl/sim4/report'
! #end
autoload :Spidey, 'bio/appl/spidey/report'
More information about the bioruby-cvs
mailing list