Added list of changes submitted by Jeff Rose <jeff@rosejn.net>.
[rubyvote] / lib / rubyvote / condorcet.rb
similarity index 99%
rename from lib/condorcet.rb
rename to lib/rubyvote/condorcet.rb
index 973398993195825801432165948721864c4b8238..b3bdcd6d71a253671b795a59c70f471d73c1ab15 100644 (file)
@@ -31,8 +31,6 @@
 ## The CondorcetVote class is subclassed by the PureCondorcetVote and
 ## the CloneproofSSDVote classes but should not be used directly.
 
-require 'election'
-
 class CondorcetVote < ElectionVote
 
   def tally_vote(vote=nil)

Benjamin Mako Hill || Want to submit a patch?