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
|
import
|
||||||
db_postgres,
|
db_postgres,
|
||||||
json,
|
std/json,
|
||||||
nativesockets,
|
std/nativesockets,
|
||||||
net,
|
std/net,
|
||||||
parseopt,
|
std/parseopt,
|
||||||
posix,
|
std/posix,
|
||||||
std/exitprocs,
|
std/exitprocs,
|
||||||
strutils,
|
std/strutils,
|
||||||
strformat,
|
std/strformat,
|
||||||
tables,
|
std/tables,
|
||||||
terminal,
|
std/terminal,
|
||||||
times
|
std/times
|
||||||
|
|
||||||
|
|
||||||
const
|
const
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue