Skip to content

Commit

Permalink
update -> replace, fromdate, respect limits and accept timestamps, da…
Browse files Browse the repository at this point in the history
…tetime and Arrows as valid datetime inputs where reasonable
  • Loading branch information
Chris Smith committed May 12, 2013
1 parent ad808e4 commit 3fd72a6
Show file tree
Hide file tree
Showing 7 changed files with 333 additions and 182 deletions.
2 changes: 2 additions & 0 deletions arrow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

from arrow import Arrow
from api import get, now, utcnow, arrow

2 changes: 2 additions & 0 deletions arrow/api.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

from arrow import Arrow
import parser

Expand Down
Loading

0 comments on commit 3fd72a6

Please sign in to comment.