aboutsummaryrefslogtreecommitdiffstats
path: root/emi
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2016-02-06 19:25:30 +0000
committerPascal Terjan <pterjan@gmail.com>2016-02-06 19:32:23 +0000
commit864724bdc23083703d0ffd6e1688cd847e0aa64d (patch)
treee0542e7775e0045cd5f37b66e9b9a00b41fdf9a9 /emi
parentdb34c27b7fb2d558d733257041e3f28bf30c85a3 (diff)
downloadiurt-864724bdc23083703d0ffd6e1688cd847e0aa64d.tar
iurt-864724bdc23083703d0ffd6e1688cd847e0aa64d.tar.gz
iurt-864724bdc23083703d0ffd6e1688cd847e0aa64d.tar.bz2
iurt-864724bdc23083703d0ffd6e1688cd847e0aa64d.tar.xz
iurt-864724bdc23083703d0ffd6e1688cd847e0aa64d.zip
Better modules split
Diffstat (limited to 'emi')
-rwxr-xr-xemi2
1 files changed, 1 insertions, 1 deletions
diff --git a/emi b/emi
index b9d93eb..790ec52 100755
--- a/emi
+++ b/emi
@@ -32,7 +32,7 @@ use File::Path qw(make_path);
use Iurt::Config qw(config_usage config_init get_author_email get_mandatory_arch);
use Iurt::Process qw(check_pid);
use Iurt::Mail qw(sendmail);
-use Iurt::File qw(get_upload_tree_state);
+use Iurt::Queue qw(get_upload_tree_state);
use Iurt::Util qw(plog_init plog);
use Iurt::Emi qw(find_prefixes_ready_to_upload upload_prefix_in_media);
use Data::Dumper;