diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-08-08 00:10:22 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-08-08 00:10:22 -0400 |
commit | 39e11a4420226c3238e787de5be1c9279f46cf1f (patch) | |
tree | bd6a5b4d5f90538ab390709cd003f207c7c1b451 /lib/sisu/v6/xml_format.rb | |
parent | v5 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/xml_format.rb')
-rw-r--r-- | lib/sisu/v6/xml_format.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v6/xml_format.rb b/lib/sisu/v6/xml_format.rb index d310d0ca..70c1a27f 100644 --- a/lib/sisu/v6/xml_format.rb +++ b/lib/sisu/v6/xml_format.rb @@ -62,7 +62,7 @@ =end module SiSU_XML_Format - require_relative 'param' # param.rb + require_relative 'dp' # dp.rb include SiSU_Param include SiSU_Viz class ParagraphNumber |