X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdbconn.py;h=7a1fcb225b21330cdea9e63173cabc399aac3cf7;hb=a10e74dc4717c2cc80d30f213c2be08e7cfb7ac4;hp=7d5a7481723b360f3525d3727f8fbf96d4c3dfb7;hpb=7b274dc7e257ca19d101b2529fd898a446964d1f;p=dak.git 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)