Don't export options from types

This commit is contained in:
Zed 2019-10-26 15:34:30 +02:00
parent d179ac547c
commit 02b206078d
10 changed files with 11 additions and 13 deletions

View File

@ -1,4 +1,5 @@
import httpclient, asyncdispatch, times, sequtils, strutils, json, uri, macros
import httpclient, asyncdispatch, times, sequtils, strutils, json, uri
import macros, options
import ".."/[types, parser, formatters, cache]
import utils, consts

View File

@ -1,4 +1,4 @@
import httpclient, asyncdispatch, htmlparser
import httpclient, asyncdispatch, htmlparser, options
import strutils, json, xmltree, uri
import ../types

View File

@ -1,4 +1,4 @@
import xmltree, sequtils, strutils, json
import xmltree, sequtils, strutils, json, options
import types, parserutils, formatters

View File

@ -1,4 +1,4 @@
import xmltree, strtabs, strformat, strutils, times, uri
import xmltree, strtabs, strformat, strutils, times, uri, options
import regex
import types, formatters

View File

@ -1,4 +1,4 @@
import asyncdispatch, strutils, sequtils, uri
import asyncdispatch, strutils, sequtils, uri, options
import jester
@ -6,7 +6,7 @@ import router_utils
import ".."/[api, types, formatters, agents]
import ../views/[general, status]
export uri, sequtils
export uri, sequtils, options
export router_utils
export api, formatters, agents
export status

View File

@ -1,5 +1,4 @@
import asyncdispatch, strutils, sequtils, uri
import asyncdispatch, strutils, sequtils, uri, options
import jester
import router_utils

View File

@ -3,8 +3,6 @@ import norm/sqlite
import prefs_impl
export options
type
VideoType* = enum
vmap, m3u8, mp4

View File

@ -1,5 +1,5 @@
#? stdtmpl(subsChar = '$', metaChad = '#')
#import strutils, xmltree, strformat
#import strutils, xmltree, strformat, options
#import ../types, ../utils, ../formatters
#
#proc getTitle(tweet: Tweet; prefs: Prefs; hostname: string): string =

View File

@ -1,4 +1,4 @@
import strutils, strformat, sequtils, algorithm, times, uri
import strutils, strformat, sequtils, algorithm, times, uri, options
import karax/[karaxdsl, vdom, vstyles]
import ".."/[types, query, formatters]

View File

@ -1,4 +1,4 @@
import strutils, sequtils, strformat
import strutils, sequtils, strformat, options
import karax/[karaxdsl, vdom, vstyles]
import renderutils