diff options
Diffstat (limited to 'compiler/nimfix')
-rw-r--r-- | compiler/nimfix/nimfix.nim | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/compiler/nimfix/nimfix.nim b/compiler/nimfix/nimfix.nim index d1cf9615d..4afb16912 100644 --- a/compiler/nimfix/nimfix.nim +++ b/compiler/nimfix/nimfix.nim @@ -10,11 +10,11 @@ ## Nimfix is a tool that helps to convert old-style Nimrod code to Nim code. import strutils, os, parseopt -import compiler/options, compiler/commands, compiler/modules, compiler/sem, - compiler/passes, compiler/passaux, compiler/nimfix/pretty, - compiler/msgs, compiler/nimconf, - compiler/extccomp, compiler/condsyms, compiler/lists, - compiler/modulegraphs, compiler/idents +import compiler/[options, commands, modules, sem, + passes, passaux, nimfix/pretty, + msgs, nimconf, + extccomp, condsyms, lists, + modulegraphs, idents] const Usage = """ Nimfix - Tool to patch Nim code |