diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-23 19:50:48 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-23 19:50:48 +0000 |
commit | 9186647ea5fd7505f6920c2debfd4f9e2000458f (patch) | |
tree | 7b738a881f825c65fdbae43f45b8a9154181b73e /perl-install/fs/partitioning_wizard.pm | |
parent | 0e8899e3f41e01d15f03727131dc71f9034eca12 (diff) | |
download | drakx-9186647ea5fd7505f6920c2debfd4f9e2000458f.tar drakx-9186647ea5fd7505f6920c2debfd4f9e2000458f.tar.gz drakx-9186647ea5fd7505f6920c2debfd4f9e2000458f.tar.bz2 drakx-9186647ea5fd7505f6920c2debfd4f9e2000458f.tar.xz drakx-9186647ea5fd7505f6920c2debfd4f9e2000458f.zip |
help perl_checker
Diffstat (limited to 'perl-install/fs/partitioning_wizard.pm')
-rw-r--r-- | perl-install/fs/partitioning_wizard.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index a275d2774..2cf03e86a 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -13,6 +13,8 @@ use partition_table; use partition_table::raw; use partition_table::dos; use POSIX qw(ceil); +use mygtk2; +use ugtk2 qw(:wrappers); #- unit of $mb is mega bytes, min and max are in sectors, this #- function is used to convert back to sectors count the size of |