From 90a630f9e515c6d93a2cf11c12ba3104be1658e1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 10 Apr 2011 23:29:21 +0200 Subject: [PATCH] Add missing import in chroot.py. --- pakfire/chroot.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5