diff options
author | Andrew Gaffney <agaffney@gentoo.org> | 2008-01-06 17:31:40 +0000 |
---|---|---|
committer | Andrew Gaffney <agaffney@gentoo.org> | 2008-01-06 17:31:40 +0000 |
commit | 8cddf3d973323e0965ab0a3e190f131888a37e5c (patch) | |
tree | ecdbaa39fe6cfb87f970e60aee662f80e9c01211 | |
parent | break out the Communicator code. (diff) | |
download | scire-8cddf3d973323e0965ab0a3e190f131888a37e5c.tar.gz scire-8cddf3d973323e0965ab0a3e190f131888a37e5c.tar.bz2 scire-8cddf3d973323e0965ab0a3e190f131888a37e5c.zip |
move Scire.pm to Scire/Job.pm and fix scireclient.pm to use the new paths
svn path=/branches/new-fu/; revision=335
-rw-r--r-- | client/Scire/Job.pm (renamed from client/Scire.pm) | 0 | ||||
-rwxr-xr-x | client/scireclient.pl | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/client/Scire.pm b/client/Scire/Job.pm index 7319529..7319529 100644 --- a/client/Scire.pm +++ b/client/Scire/Job.pm diff --git a/client/scireclient.pl b/client/scireclient.pl index 2415373..91bd1c5 100755 --- a/client/scireclient.pl +++ b/client/scireclient.pl @@ -5,7 +5,8 @@ use strict; use warnings; -use Scire; +use Scire::Job; +use Scire::Communicator; use Getopt::Long; use Data::Dumper; use File::Path; |