aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/db_drop.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-08-08 00:10:22 -0400
committerRalph Amissah <ralph@amissah.com>2014-08-08 00:10:22 -0400
commit39e11a4420226c3238e787de5be1c9279f46cf1f (patch)
treebd6a5b4d5f90538ab390709cd003f207c7c1b451 /lib/sisu/v6/db_drop.rb
parentv5 v6: version & changelog (& rakefile) (diff)
v5 v6: code file renames, fairly extensive
* v5 file renames sync with v6 for easier comparison * v5 here (5.5.6) remains as in previous version (5.5.5)
Diffstat (limited to 'lib/sisu/v6/db_drop.rb')
-rw-r--r--lib/sisu/v6/db_drop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v6/db_drop.rb b/lib/sisu/v6/db_drop.rb
index e93d2889..3363746a 100644
--- a/lib/sisu/v6/db_drop.rb
+++ b/lib/sisu/v6/db_drop.rb
@@ -63,7 +63,7 @@
=end
module SiSU_DbDrop
class Drop
- require_relative 'response' # response.rb
+ require_relative 'utils_response' # utils_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