[BioRuby-cvs] bioruby/lib bio.rb,1.68,1.69

Naohisa Goto ngoto at dev.open-bio.org
Fri Jul 14 14:27:12 UTC 2006


Update of /home/repository/bioruby/bioruby/lib
In directory dev.open-bio.org:/tmp/cvs-serv5319/lib

Modified Files:
	bio.rb 
Log Message:
added autoload of Bio::Command.


Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** bio.rb	4 May 2006 13:12:57 -0000	1.68
--- bio.rb	14 Jul 2006 14:27:10 -0000	1.69
***************
*** 227,230 ****
--- 227,233 ----
    autoload :ColorScheme,    'bio/util/color_scheme'
  
+   ### Service libraries
+   autoload :Command,        'bio/command'
+ 
  end
  




More information about the bioruby-cvs mailing list