aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/db_drop.rb
diff options
context:
space:
mode:
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