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
|
||||
import strutils except alignLeft, capitalize, strip, toUpper, toLower
|
||||
import pitpkg/private/libpit
|
||||
import pitpkg/cliconstants
|
||||
import pit/[cliconstants, libpit]
|
||||
export libpit
|
||||
|
||||
type
|
||||
|
@ -10,8 +10,8 @@
|
||||
import asyncdispatch, cliutils, docopt, jester, json, logging, options, sequtils, strutils
|
||||
import nre except toSeq
|
||||
|
||||
import pitpkg/private/libpit
|
||||
import pitpkg/cliconstants
|
||||
import pit/libpit
|
||||
import pit/cliconstants
|
||||
|
||||
type
|
||||
PitApiCfg* = object
|
||||
|
Loading…
x
Reference in New Issue
Block a user