fix tabs that I missed in db.rb

unstable
root 2012-05-14 07:26:37 -07:00
parent 99a5d1a7b5
commit 5aeab77499
1 changed files with 12 additions and 14 deletions

View File

@ -2600,13 +2600,11 @@ class DBManager
filename = args[:filename]
wspace = args[:wspace] || workspace
data = ""
::File.open(filename, 'rb') do |f|
data = f.read(f.stat.size)
end
import_wapiti_xml(args.merge(:data => data))
end
def import_wapiti_xml(args={}, &block)