From 2b8ba2f36f49583328b699763ecc2e9702deab72 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sun, 20 Oct 2013 14:43:50 +0200 Subject: [PATCH] daklib/dbconn.py: do not import apt_pkg again --- daklib/dbconn.py | 1 - 1 file changed, 1 deletion(-) diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 7d5a7481..7a1fcb22 100644 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -572,7 +572,6 @@ class DBBinary(ORMObject): @rtype: dict @return: fields of the control section as a dictionary. ''' - import apt_pkg stanza = self.read_control() return apt_pkg.TagSection(stanza) -- 2.39.2