i
[chise/ruby.git] / tools / move_obsolete_files.rb
index 1b78e22..4b52a8b 100755 (executable)
@@ -1,12 +1,9 @@
 #!/usr/bin/env ruby
-# by eto 2003-0219
+# Copyright (C) 2002-2004 Kouichirou Eto, All rights reserved.
 # obsoleteである属性のBDBファイルを移動する
 
-$LOAD_PATH << '../lib'
-require 'chise'
-include CHISE
+$LOAD_PATH.unshift("..")
+require "chise/char"
 
 man = DBS_Management.new
 man.move_obsolete_files
-
-#----------------------------------------------------------------------end.