From 90d4c4be3bc15b2f594a0046c07b6f8654659ad5 Mon Sep 17 00:00:00 2001 From: kitsunyan Date: Fri, 20 Dec 2019 07:35:07 +0300 Subject: Add Nim 1.0 support --- src/feature/syncclean.nim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/feature/syncclean.nim') diff --git a/src/feature/syncclean.nim b/src/feature/syncclean.nim index 2e57908..6b1f853 100644 --- a/src/feature/syncclean.nim +++ b/src/feature/syncclean.nim @@ -1,7 +1,6 @@ import - future, options, os, posix, sequtils, strutils, tables, - "../args", "../aur", "../common", "../config", "../format", "../lists", - "../package", "../pacman", "../utils", + options, os, posix, strutils, + "../args", "../common", "../config", "../format", "../pacman", "../utils", "../wrapper/alpm" proc handleSyncClean*(args: seq[Argument], config: Config): int = -- cgit v1.2.3-70-g09d2