diff options
author | thdox <thdox@free.fr> | 2016-10-27 21:04:03 +0200 |
---|---|---|
committer | thdox <thdox@free.fr> | 2016-10-27 21:32:00 +0200 |
commit | 978466c8012839614332c42390dca713f8fac608 (patch) | |
tree | 6fded764d20a422e3fe8871101756caa6755b6c8 | |
parent | 6d143a333bb58d64b16de475e4998b1e76cb1a5d (diff) | |
download | fork-ledger-978466c8012839614332c42390dca713f8fac608.tar.gz fork-ledger-978466c8012839614332c42390dca713f8fac608.tar.bz2 fork-ledger-978466c8012839614332c42390dca713f8fac608.zip |
Remove reference to lisp directory
As ledger-mode has been moved to its own github repository.
[ci skip]
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -484,7 +484,7 @@ class PrepareBuild(CommandLineApp): def phase_sloc(self, *args): self.log.info('Executing phase: sloc') - self.execute('sloccount', 'src', 'python', 'lisp', 'test') + self.execute('sloccount', 'src', 'python', 'test') ######################################################################### # Update local files with the latest information # |