From: Michael Tremer Date: Sun, 10 Apr 2011 21:29:21 +0000 (+0200) Subject: Add missing import in chroot.py. X-Git-Tag: 0.9.3~47^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90a630f9e515c6d93a2cf11c12ba3104be1658e1;p=pakfire.git Add missing import in chroot.py. --- diff --git a/pakfire/chroot.py b/pakfire/chroot.py index 170b2e389..d41a03bb9 100644 --- a/pakfire/chroot.py +++ b/pakfire/chroot.py @@ -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