Skip to content

Commit

Permalink
wtf? Fixed Import order :)
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jan 29, 2017
1 parent 46589db commit 18520d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circuits/web/sessions.py
Expand Up @@ -8,10 +8,10 @@
from hashlib import sha1 as sha
from uuid import uuid4 as uuid

from circuits import Component, handler

from six import with_metaclass

from circuits import Component, handler


def who(request, encoding="utf-8"):
"""Create a SHA1 Hash of the User's IP Address and User-Agent"""
Expand Down

0 comments on commit 18520d1

Please sign in to comment.