Skip to content

Commit

Permalink
Remove utc import from django, use utils instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Jul 18, 2012
1 parent 00ad426 commit 4a714a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions social_auth/db/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
import time
from datetime import datetime, timedelta

from django.utils.timezone import utc

from openid.association import Association as OIDAssociation

from social_auth.utils import setting
from social_auth.utils import setting, utc


class UserSocialAuthMixin(object):
Expand Down

0 comments on commit 4a714a5

Please sign in to comment.