lib/resync/xml.rb in resync-0.4.2 vs lib/resync/xml.rb in resync-0.4.3

- old
+ new

@@ -1,10 +1,10 @@ require 'uri' require 'time' require 'xml/mapping' require 'xml/mapping_extensions' -require_relative 'types' +require 'resync/types' module Resync # Helper methods and modules related to reading and writing XML. module XML