add missing import

This commit is contained in:
Jelmer Vernooij 2021-02-17 02:35:55 +00:00
parent 8669257e13
commit a411b4dc38

View file

@ -16,6 +16,8 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
import datetime
import os
from ..debian.build import add_dummy_changelog_entry, get_build_architecture
from breezy.tests import TestCaseWithTransport, TestCase