aboutsummaryrefslogtreecommitdiffstats
path: root/transfugdrake
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-07-31 13:55:23 +0000
committerOlivier Blin <oblin@mandriva.com>2007-07-31 13:55:23 +0000
commit848306c79c54cdcaa00e33888b9eb44967149862 (patch)
tree1f22ac2e0a7865cd819b5553f7574a190a942532 /transfugdrake
parent32b875a7b843c3022649e4329a385811459dbd23 (diff)
downloadtransfugdrake-848306c79c54cdcaa00e33888b9eb44967149862.tar
transfugdrake-848306c79c54cdcaa00e33888b9eb44967149862.tar.gz
transfugdrake-848306c79c54cdcaa00e33888b9eb44967149862.tar.bz2
transfugdrake-848306c79c54cdcaa00e33888b9eb44967149862.tar.xz
transfugdrake-848306c79c54cdcaa00e33888b9eb44967149862.zip
use common
Diffstat (limited to 'transfugdrake')
-rwxr-xr-xtransfugdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/transfugdrake b/transfugdrake
index 3025c12..ce9764e 100755
--- a/transfugdrake
+++ b/transfugdrake
@@ -17,7 +17,7 @@
use lib q(/usr/lib/libDrakX);
## Includes
-#use common qw(:common :file :functional :system);
+use common;
use interactive;
use standalone;
use fsedit qw(:read_partitions);