]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Import sys too
authorTollef Fog Heen <tfheen@err.no>
Mon, 24 Jun 2013 06:26:17 +0000 (08:26 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 24 Jun 2013 06:26:17 +0000 (08:26 +0200)
modules/buildd/files/buildd-schroot-aptitude-kill

index c701a93df69e3abcb811156160c8aa243ea4a13c..74c4a02f5a6bef93bbacf019771373380b6f3e34 100755 (executable)
@@ -25,6 +25,7 @@
 
 import os
 import errno
+import sys
 try:
        import psutil
 except OSError, e: