mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-11 06:27:03 +00:00
Removed unused variables.
This commit is contained in:
parent
b21863f9fd
commit
0cc91e9a28
@ -351,10 +351,9 @@ class Britney:
|
||||
|
||||
packages = {}
|
||||
provides = {}
|
||||
rdepends = {}
|
||||
rconflicts = {}
|
||||
sources = self.sources
|
||||
package = None
|
||||
|
||||
filename = os.path.join(basedir, "Packages_%s" % arch)
|
||||
self.__log("Loading binary packages from %s" % filename)
|
||||
Packages = apt_pkg.ParseTagFile(open(filename))
|
||||
|
Loading…
x
Reference in New Issue
Block a user