aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/db_drop.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-03-01 20:36:05 -0500
committerRalph Amissah <ralph@amissah.com>2011-03-01 20:38:15 -0500
commitf09f45a113ebe9dffb65618a53d38f15c4f89d5d (patch)
tree5fafc071abe7fd23a10452294e35b7105daf7465 /lib/sisu/v3/db_drop.rb
parentv3: use "encoding: utf-8" (instead of coding) (diff)
v3: use rb1.9.2 "require_relative" syntax
Diffstat (limited to 'lib/sisu/v3/db_drop.rb')
-rw-r--r--lib/sisu/v3/db_drop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3/db_drop.rb b/lib/sisu/v3/db_drop.rb
index b4e90c0f..cbe604e8 100644
--- a/lib/sisu/v3/db_drop.rb
+++ b/lib/sisu/v3/db_drop.rb
@@ -59,7 +59,7 @@
=end
module SiSU_DB_drop
class Drop
- require "#{SiSU_lib}/response" # response.rb
+ require_relative 'response' # response.rb
def initialize(opt,conn,db_info,sql_type='')
@opt,@conn,@db_info,@sql_type=opt,conn,db_info,sql_type
@ans=SiSU_Response::Response.new