From a03000ae4e256bea70875b51eaecf2ad4c7336a5 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Wed, 7 May 2014 19:58:31 +0200 Subject: [PATCH] daklib/checks.py: import textwrap textwrap.wrap is used by TransitionCheck. --- daklib/checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daklib/checks.py b/daklib/checks.py index 2a7e3e10..1d66af89 100644 --- a/daklib/checks.py +++ b/daklib/checks.py @@ -39,6 +39,7 @@ from apt_pkg import version_compare import errno import os import subprocess +import textwrap import time import yaml -- 2.39.2