lib/sax-machine.rb in julien51-sax-machine-0.0.14 vs lib/sax-machine.rb in julien51-sax-machine-0.0.15
- old
+ new
@@ -1,7 +1,7 @@
-require "rubygems"
-
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__)))
+
+require "cgi"
require "sax-machine/sax_document"
require "sax-machine/sax_handler"
require "sax-machine/sax_config"
\ No newline at end of file