Fix syntax bug chroot detect.

develop
Mike Hiretsky 14 years ago
parent 9273f2d49a
commit c3d224b13c

@ -18,7 +18,7 @@ import os
import sys
from cl_utils import getpathenv, runOsCommand, typeFile
import re
from os import path
from os import path, R_OK
try:
from cl_ldap import ldapUser
except ImportError:

Loading…
Cancel
Save