diff options
author | Michael Scherer <misc@mandriva.com> | 2005-10-10 20:08:54 +0000 |
---|---|---|
committer | Michael Scherer <misc@mandriva.com> | 2005-10-10 20:08:54 +0000 |
commit | a37351e2a51de722fc6e9711684df7bc46d30a38 (patch) | |
tree | 32d1b9e235dbd37252269358c37c6956d95a72e7 | |
parent | e0817025b63e893754dd8b9e603c8c40d278f2c3 (diff) | |
download | bootsplash-a37351e2a51de722fc6e9711684df7bc46d30a38.tar bootsplash-a37351e2a51de722fc6e9711684df7bc46d30a38.tar.gz bootsplash-a37351e2a51de722fc6e9711684df7bc46d30a38.tar.bz2 bootsplash-a37351e2a51de722fc6e9711684df7bc46d30a38.tar.xz bootsplash-a37351e2a51de722fc6e9711684df7bc46d30a38.zip |
- remove use module import
-rwxr-xr-x | rpmbuildupdate | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmbuildupdate b/rpmbuildupdate index 836e336..33bf6eb 100755 --- a/rpmbuildupdate +++ b/rpmbuildupdate @@ -22,7 +22,6 @@ use strict; use AppConfig; use File::Copy; -use MDK::Common::File qw(:all); use Cwd; use File::Spec; use Hdlist; |