From: Yoann G. <jj...@us...> - 2004-09-15 13:29:45
|
Update of /cvsroot/ngetsuite/ngetsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2971 Modified Files: daemon.rb Log Message: stupid fix Index: daemon.rb =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/daemon.rb,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** daemon.rb 27 Feb 2004 13:12:06 -0000 1.14 --- daemon.rb 15 Sep 2004 13:29:36 -0000 1.15 *************** *** 5,8 **** --- 5,13 ---- Dir.chdir($wd) + module NgetSuite + class NgetsuiteException < Exception + end + end + require 'drb' require 'ngetsuite/utils' |