Refactor to clean up package source structure.
This commit is contained in:
parent
e955cd5b24
commit
e2a306c1d6
@ -7,8 +7,7 @@ import cliutils, data_uri, docopt, json, timeutils, uuids
|
|||||||
|
|
||||||
from nre import re
|
from nre import re
|
||||||
import strutils except alignLeft, capitalize, strip, toUpper, toLower
|
import strutils except alignLeft, capitalize, strip, toUpper, toLower
|
||||||
import pitpkg/private/libpit
|
import pit/[cliconstants, libpit]
|
||||||
import pitpkg/cliconstants
|
|
||||||
export libpit
|
export libpit
|
||||||
|
|
||||||
type
|
type
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
import asyncdispatch, cliutils, docopt, jester, json, logging, options, sequtils, strutils
|
import asyncdispatch, cliutils, docopt, jester, json, logging, options, sequtils, strutils
|
||||||
import nre except toSeq
|
import nre except toSeq
|
||||||
|
|
||||||
import pitpkg/private/libpit
|
import pit/libpit
|
||||||
import pitpkg/cliconstants
|
import pit/cliconstants
|
||||||
|
|
||||||
type
|
type
|
||||||
PitApiCfg* = object
|
PitApiCfg* = object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user