[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] 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 2a7e3e1..1d66af8 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
 
-- 
1.7.10.4



Reply to: