Skip to content

Commit

Permalink
boltons is pretty established now, remove the vendorized versions of …
Browse files Browse the repository at this point in the history
…boltons modules and make the lithoxyl modules depend directly on boltons
  • Loading branch information
mahmoud committed Mar 8, 2016
1 parent b44718d commit 89e55ab
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 2,756 deletions.
4 changes: 2 additions & 2 deletions lithoxyl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
from lithoxyl.emitters import StreamEmitter

from lithoxyl.formatters import Formatter
from lithoxyl.formatutils import DeferredValue

from lithoxyl.tbutils import TracebackInfo, ExceptionInfo, Callpoint
from boltons.formatutils import DeferredValue
from boltons.tbutils import TracebackInfo, ExceptionInfo, Callpoint
4 changes: 2 additions & 2 deletions lithoxyl/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
import json
import datetime

from timeutils import UTC, LocalTZ
from formatutils import BaseFormatField
from boltons.timeutils import UTC, LocalTZ
from boltons.formatutils import BaseFormatField

from common import IMPORT_TIME

Expand Down

0 comments on commit 89e55ab

Please sign in to comment.