]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/core/utils/utils.rb
Revert "utils: try nokogiri/hpricot if hpricot is not available"
[user/henk/code/ruby/rbot.git] / lib / rbot / core / utils / utils.rb
index 86254b141c914a6fc21f341dcf51f841a89b32d8..fb9b1f651094f42fff7f42654348e80705b197ca 100644 (file)
@@ -102,12 +102,7 @@ rescue LoadError
 end
 
 begin
-  begin
-    require 'hpricot'
-  rescue LoadError
-    require 'nokogiri/hpricot'
-    ::Hpricot = Nokogiri::Hpricot
-  end
+  require 'hpricot'
   module ::Irc
     module Utils
       AFTER_PAR_PATH = /^(?:div|span)$/