[BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/single_strand cut_locations_in_enzyme_notation.rb, 1.3, 1.4

Trevor Wennblom trevor at dev.open-bio.org
Wed Apr 4 18:07:46 UTC 2007


Update of /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/single_strand
In directory dev.open-bio.org:/tmp/cvs-serv13464/lib/bio/util/restriction_enzyme/single_strand

Modified Files:
	cut_locations_in_enzyme_notation.rb 
Log Message:
Removed independent path awareness.


Index: cut_locations_in_enzyme_notation.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/single_strand/cut_locations_in_enzyme_notation.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cut_locations_in_enzyme_notation.rb	1 Jan 2007 03:36:37 -0000	1.3
--- cut_locations_in_enzyme_notation.rb	4 Apr 2007 18:07:44 -0000	1.4
***************
*** 8,14 ****
  #  $Id$
  #
- require 'pathname'
- libpath = Pathname.new(File.join(File.dirname(__FILE__), ['..'] * 5, 'lib')).cleanpath.to_s
- $:.unshift(libpath) unless $:.include?(libpath)
  
  require 'bio/util/restriction_enzyme/cut_symbol'
--- 8,11 ----




More information about the bioruby-cvs mailing list