diff options
Diffstat (limited to 'src/feature/syncsearch.nim')
-rw-r--r-- | src/feature/syncsearch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/syncsearch.nim b/src/feature/syncsearch.nim index 3d4cd0f..b20109f 100644 --- a/src/feature/syncsearch.nim +++ b/src/feature/syncsearch.nim @@ -1,5 +1,5 @@ import - algorithm, future, options, sequtils, strutils, + algorithm, options, sequtils, strutils, sugar, "../args", "../aur", "../config", "../common", "../format", "../package", "../pacman", "../utils", "../wrapper/alpm" |