aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/db_remove.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-01-10 22:50:12 -0500
committerRalph Amissah <ralph@amissah.com>2012-01-10 22:53:33 -0500
commitdf67ee1079d074dc2af54aa87187c6538e73d5d7 (patch)
tree8951ce72708a2db81fe16e55faafc41b9b879b2c /lib/sisu/v3dv/db_remove.rb
parentv3dv: class names, remove "SiSU_" (reserve for module names for consistency) (diff)
v3dv: class names, use more CamelCase
Diffstat (limited to 'lib/sisu/v3dv/db_remove.rb')
-rw-r--r--lib/sisu/v3dv/db_remove.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3dv/db_remove.rb b/lib/sisu/v3dv/db_remove.rb
index cf1fca6f..e34a0a93 100644
--- a/lib/sisu/v3dv/db_remove.rb
+++ b/lib/sisu/v3dv/db_remove.rb
@@ -63,7 +63,7 @@ module SiSU_DbRemove
@opt,@conn,@file,@sql_type=opt,conn,file,sql_type
@md=SiSU_Param::Parameters.new(@opt).get
@fnb=@md.fnb
- @db=SiSU_Env::Info_db.new
+ @db=SiSU_Env::InfoDb.new
end
def remove
driver_sqlite3=if @sql_type=='sqlite'