diff options
author | Benjamin Shirley-Quirk | 2020-08-05 00:44:55 +0000 |
---|---|---|
committer | Benjamin Shirley-Quirk | 2020-08-05 00:44:55 +0000 |
commit | cb63408d7d9de91020a7a815216b531fdf944b47 (patch) | |
tree | b983f9179a37f3f088f7b1e9230c9d705f55a947 /src/feature/syncinfo.nim | |
parent | 22799b2e439d6b74ca648060faa1e3f1ee13f946 (diff) |
removed listcomp.nim
Diffstat (limited to 'src/feature/syncinfo.nim')
-rw-r--r-- | src/feature/syncinfo.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/syncinfo.nim b/src/feature/syncinfo.nim index 77e94bf..6b2278d 100644 --- a/src/feature/syncinfo.nim +++ b/src/feature/syncinfo.nim @@ -2,7 +2,7 @@ import options, posix, sequtils, strutils, sugar, tables, "../args", "../aur", "../common", "../config", "../format", "../package", "../pacman", "../utils", - "../wrapper/alpm", "../listcomp" + "../wrapper/alpm" const pacmanInfoStrings = [ |