summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-10-28 23:44:54 +0000
committerOlivier Blin <oblin@mandriva.com>2008-10-28 23:44:54 +0000
commit72cbd442a2faf587a13c2395ed0e720763900cef (patch)
tree6d135debaacd2dadb7b1196ca2c11576c0bc8d27
parent1597127a4981f8b88d9ff7e341b083c30558ca58 (diff)
downloaddraklive-72cbd442a2faf587a13c2395ed0e720763900cef.tar
draklive-72cbd442a2faf587a13c2395ed0e720763900cef.tar.gz
draklive-72cbd442a2faf587a13c2395ed0e720763900cef.tar.bz2
draklive-72cbd442a2faf587a13c2395ed0e720763900cef.tar.xz
draklive-72cbd442a2faf587a13c2395ed0e720763900cef.zip
move IPC and IO use where appropriate
-rwxr-xr-xdraklive2
-rw-r--r--lib/MDV/Draklive/Utils.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/draklive b/draklive
index 90c90db..ffb44dd 100755
--- a/draklive
+++ b/draklive
@@ -33,8 +33,6 @@ use Cwd 'getcwd';
use Getopt::Long;
use Pod::Usage;
use File::Temp;
-use IPC::Open3;
-use IO::Select;
use IO::Handle;
use MDV::Draklive::Utils;
use MDV::Draklive::Live;
diff --git a/lib/MDV/Draklive/Utils.pm b/lib/MDV/Draklive/Utils.pm
index f1453fe..d1b98e3 100644
--- a/lib/MDV/Draklive/Utils.pm
+++ b/lib/MDV/Draklive/Utils.pm
@@ -2,6 +2,8 @@ package MDV::Draklive::Utils;
use MDK::Common;
use run_program;
+use IPC::Open3;
+use IO::Select;
use Exporter;
our @ISA = qw(Exporter);