Use standard library namespacing.
This commit is contained in:
parent
66d00693c0
commit
687f88819a
1 changed files with 10 additions and 10 deletions
|
|
@ -30,17 +30,17 @@
|
|||
|
||||
import
|
||||
db_postgres,
|
||||
json,
|
||||
nativesockets,
|
||||
net,
|
||||
parseopt,
|
||||
posix,
|
||||
std/json,
|
||||
std/nativesockets,
|
||||
std/net,
|
||||
std/parseopt,
|
||||
std/posix,
|
||||
std/exitprocs,
|
||||
strutils,
|
||||
strformat,
|
||||
tables,
|
||||
terminal,
|
||||
times
|
||||
std/strutils,
|
||||
std/strformat,
|
||||
std/tables,
|
||||
std/terminal,
|
||||
std/times
|
||||
|
||||
|
||||
const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue