]> git.ipfire.org Git - pakfire.git/commitdiff
Add missing import in chroot.py.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Apr 2011 21:29:21 +0000 (23:29 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Apr 2011 21:29:21 +0000 (23:29 +0200)
pakfire/chroot.py

index 170b2e3897ecf234db648b197bd62349f14687b9..d41a03bb9a134702c0a2f206f21fca42bb5cca1b 100644 (file)
@@ -7,6 +7,8 @@ import select
 import subprocess
 import time
 
+from errors import *
+
 _libc = ctypes.cdll.LoadLibrary(None)
 _libc.personality.argtypes = [ctypes.c_ulong]
 _libc.personality.restype = ctypes.c_int