Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #215 from Winnetou/patch-14
Browse files Browse the repository at this point in the history
Import cleanup, PEP 8 compatible
  • Loading branch information
gulbinas committed Nov 23, 2014
2 parents 97a91be + 2f029f6 commit a415f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mongokit/helpers.py
Expand Up @@ -27,6 +27,8 @@

import datetime
import logging
from copy import deepcopy

log = logging.getLogger(__name__)


Expand All @@ -45,8 +47,6 @@ def fromtimestamp(epoch_date):
seconds = float(epoch_date) / 1000.0
return datetime.datetime.utcfromtimestamp(seconds)

from copy import deepcopy


class i18nDotedDict(dict):
"""
Expand Down

0 comments on commit a415f07

Please sign in to comment.