diff options
author | kitsunyan | 2020-04-26 05:14:06 +0000 |
---|---|---|
committer | kitsunyan | 2020-04-26 05:14:06 +0000 |
commit | c86dac32d38cf2be5faa6118911429a231de8805 (patch) | |
tree | 75e9f8fb5ee37d81a01edc35b9a4534f6b56c9cc /src/feature/syncinstall.nim | |
parent | 38a6904a948661802d2c744e0c2b9759e11fbd70 (diff) |
Backport list comprehension
Diffstat (limited to 'src/feature/syncinstall.nim')
-rw-r--r-- | src/feature/syncinstall.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/syncinstall.nim b/src/feature/syncinstall.nim index 7aba043..0a9170d 100644 --- a/src/feature/syncinstall.nim +++ b/src/feature/syncinstall.nim @@ -1,6 +1,6 @@ import algorithm, options, os, posix, sequtils, sets, strutils, sugar, tables, - "../args", "../aur", "../config", "../common", "../format", "../lists", "../package", + "../args", "../aur", "../config", "../common", "../format", "../lc", "../lists", "../package", "../pacman", "../utils", "../wrapper/alpm" |