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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v3/db_drop.rb b/lib/sisu/v3/db_drop.rb
index c2a32179..cbe604e8 100644
--- a/lib/sisu/v3/db_drop.rb
+++ b/lib/sisu/v3/db_drop.rb
@@ -1,4 +1,4 @@
-# coding: utf-8
+# encoding: utf-8
=begin
* Name: SiSU
@@ -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