import MULTIARCH from consts

This commit is contained in:
Colin Watson 2013-09-24 15:31:14 +01:00
parent 3f0fc5a940
commit 1c14659b6b

View File

@ -216,7 +216,7 @@ from britney_util import (old_libraries_format, same_source, undo_changes,
read_nuninst, write_nuninst, write_heidi,
eval_uninst, newly_uninst)
from consts import (VERSION, SECTION, BINARIES, MAINTAINER, FAKESRC,
SOURCE, SOURCEVER, ARCHITECTURE, DEPENDS, CONFLICTS,
SOURCE, SOURCEVER, ARCHITECTURE, MULTIARCH, DEPENDS, CONFLICTS,
PROVIDES, RDEPENDS, RCONFLICTS)
from autopkgtest import AutoPackageTest