Skip to content

Commit

Permalink
bump all utils versions to match boltons, including removing tzutils …
Browse files Browse the repository at this point in the history
…for updated timeutils
  • Loading branch information
mahmoud committed Feb 7, 2016
1 parent 8d7ebcb commit fc9189e
Show file tree
Hide file tree
Showing 6 changed files with 1,373 additions and 413 deletions.
2 changes: 1 addition & 1 deletion lithoxyl/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
import json
import datetime

from tzutils import UTC, LocalTZ
from timeutils import UTC, LocalTZ
from formatutils import BaseFormatField

BUILTIN_FIELD_MAP = {} # populated below
Expand Down

0 comments on commit fc9189e

Please sign in to comment.