parent
a0a995a011
commit
b19761ff19
1 changed files with 0 additions and 2 deletions
2
acprep
2
acprep
|
|
@ -36,8 +36,6 @@ LEVELS = {'DEBUG': logging.DEBUG,
|
|||
'ERROR': logging.ERROR,
|
||||
'CRITICAL': logging.CRITICAL}
|
||||
|
||||
search_prefixes = [ '/usr/local', '/opt/local', '/sw', '/usr' ]
|
||||
|
||||
def which(program):
|
||||
def is_exe(fpath):
|
||||
return os.path.exists(fpath) and os.access(fpath, os.X_OK)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue