aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/xml_md_oai_pmh_dc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3dv/xml_md_oai_pmh_dc.rb')
-rw-r--r--lib/sisu/v3dv/xml_md_oai_pmh_dc.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v3dv/xml_md_oai_pmh_dc.rb b/lib/sisu/v3dv/xml_md_oai_pmh_dc.rb
index 625ef062..8397b15a 100644
--- a/lib/sisu/v3dv/xml_md_oai_pmh_dc.rb
+++ b/lib/sisu/v3dv/xml_md_oai_pmh_dc.rb
@@ -192,8 +192,8 @@ WOK
'</oai_dc:dc>'
end
def output
- SiSU_Env::SiSU_file.new(@md).mkdir
- oai_pmh=SiSU_Env::SiSU_file.new(@md,@md.fn[:oai_pmh]).mkfile #implement in param
+ SiSU_Env::FileOp.new(@md).mkdir
+ oai_pmh=SiSU_Env::FileOp.new(@md,@md.fn[:oai_pmh]).mkfile #implement in param
oai_pmh << pre
body.each do |x|
oai_pmh << x