lib/teapot/controller/fetch.rb in teapot-1.0.3 vs lib/teapot/controller/fetch.rb in teapot-1.1.0
- old
+ new
@@ -16,11 +16,11 @@
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-require 'teapot/controller'
-require 'teapot/repository'
+require_relative '../controller'
+require_relative '../repository'
module Teapot
class Controller
def fetch
resolved = Set.new