aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rpmdrake/open_db.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/Rpmdrake/open_db.pm b/Rpmdrake/open_db.pm
index 2c426a64..411c37f6 100644
--- a/Rpmdrake/open_db.pm
+++ b/Rpmdrake/open_db.pm
@@ -33,7 +33,12 @@ use feature 'state';
use Exporter;
our @ISA = qw(Exporter);
-our @EXPORT = qw(fast_open_urpmi_db get_inactive_backport_media get_update_medias open_rpm_db open_urpmi_db);
+our @EXPORT = qw(fast_open_urpmi_db
+ get_inactive_backport_media
+ get_update_medias
+ open_rpm_db
+ open_urpmi_db
+ );
# because rpm blocks some signals when rpm DB is opened, we don't keep open around: