summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2008-01-06 17:31:40 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2008-01-06 17:31:40 +0000
commit8cddf3d973323e0965ab0a3e190f131888a37e5c (patch)
treeecdbaa39fe6cfb87f970e60aee662f80e9c01211
parentbreak out the Communicator code. (diff)
downloadscire-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-xclient/scireclient.pl3
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;