lib/bio/sequence/aa.rb in bio-1.4.2 vs lib/bio/sequence/aa.rb in bio-1.4.3
- old
+ new
@@ -4,17 +4,15 @@
# Copyright:: Copyright (C) 2006
# Toshiaki Katayama <k@bioruby.org>,
# Ryan Raaum <ryan@raaum.org>
# License:: The Ruby License
#
-# $Id: aa.rb,v 1.4 2007/04/05 23:35:41 trevor Exp $
-#
-require 'bio/sequence/common'
-
module Bio
- autoload :AminoAcid, 'bio/data/aa'
+ autoload :AminoAcid, 'bio/data/aa' unless const_defined?(:AminoAcid)
+
+ require 'bio/sequence' unless const_defined?(:Sequence)
class Sequence
# = DESCRIPTION
# Bio::Sequence::AA represents a bare Amino Acid sequence in bioruby.