diff options
author | Jack Nagel <jacknagel@gmail.com> | 2014-06-05 16:34:10 -0500 |
---|---|---|
committer | Jack Nagel <jacknagel@gmail.com> | 2014-06-05 16:34:10 -0500 |
commit | b19761ff19ee1c006e95e34625294778a04f9e9d (patch) | |
tree | a989e1a3bd4964b71fd96f13bb110256187c1d94 /acprep | |
parent | a0a995a011f16015abfb0b42877867080f17f556 (diff) | |
download | fork-ledger-b19761ff19ee1c006e95e34625294778a04f9e9d.tar.gz fork-ledger-b19761ff19ee1c006e95e34625294778a04f9e9d.tar.bz2 fork-ledger-b19761ff19ee1c006e95e34625294778a04f9e9d.zip |
acprep: remove dead code
This isn't used anywhere since 4681e58d7f3cda2a2ac6d05b6ec1a106f568e029.
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |