Clear unused imports

Related to #680
This commit is contained in:
Ivan Bobev 2019-08-03 18:38:41 +03:00 committed by Dominik Picheta
commit 2ec470d287
14 changed files with 21 additions and 30 deletions

View file

@ -4,9 +4,8 @@
## Implements the new configuration system for Nimble. Uses Nim as a
## scripting language.
import common, version, options, packageinfo, cli, tools
import hashes, json, os, streams, strutils, strtabs,
tables, times, osproc, sets, pegs
import version, options, cli, tools
import hashes, json, os, strutils, tables, times, osproc
type
Flags = TableRef[string, seq[string]]