From dd6430f91c77a06b4046969177ffdb0bf13d59bd Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 17 May 2011 11:07:08 -0700 Subject: [PATCH] fix double require errors --- lib/redis-namespace.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redis-namespace.rb b/lib/redis-namespace.rb index 3f6a978..ca4953f 100644 --- a/lib/redis-namespace.rb +++ b/lib/redis-namespace.rb @@ -1 +1 @@ -require File.dirname(__FILE__) + '/../lib/redis/namespace' +require 'redis/namespace'