From c3d224b13c315d500fe22fe37c4ec270a5b9d67c Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Tue, 2 Nov 2010 14:40:55 +0300 Subject: [PATCH] Fix syntax bug chroot detect. --- pym/cl_vars_share.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_vars_share.py b/pym/cl_vars_share.py index afae055..45f3574 100644 --- a/pym/cl_vars_share.py +++ b/pym/cl_vars_share.py @@ -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: