X-Git-Url: http://jaekl.net/gitweb/?p=quanlib.git;a=blobdiff_plain;f=walkdir.rb;h=bbb56a263fbb70381875182d88bcf21fcb05c1b3;hp=b00645545fa984b5fbef17b09b45513957ab6f69;hb=3b8c50b54d8587ad248ae2741522ef3d60acbece;hpb=2122d68f0408b8471f9dedd9998ecf890a90f703 diff --git a/walkdir.rb b/walkdir.rb index b006455..bbb56a2 100644 --- a/walkdir.rb +++ b/walkdir.rb @@ -18,8 +18,8 @@ # and Mrs. Pollifax volume 6, On the China Station, is # .../DorothyGilman/P06_On_the_China_Station.epub. -require 'book' -require 'store' +require_relative 'book' +require_relative 'store' class WalkDir def initialize(store, root)