about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-25 06:33:30 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-25 07:13:27 +0000
commit69bc20d570e3fcad3f3ebc24705f80fb77fb25bf (patch)
tree47188d79ef700538deba1b8571819f95af6b6abe /lib
parent27ced8f3b631e16930a5ff56bec0a12467bf5206 (diff)
downloaddtas-69bc20d570e3fcad3f3ebc24705f80fb77fb25bf.tar.gz
We use it everywhere else since it can potentially speed things up.
Diffstat (limited to 'lib')
-rw-r--r--lib/dtas.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dtas.rb b/lib/dtas.rb
index 886c03c..43232fb 100644
--- a/lib/dtas.rb
+++ b/lib/dtas.rb
@@ -4,4 +4,4 @@
 module DTAS # :nodoc:
 end
 
-require 'dtas/compat_onenine'
+require_relative 'dtas/compat_onenine'