diff options
| -rw-r--r-- | coip/apps/auth/utils.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/coip/apps/auth/utils.py b/coip/apps/auth/utils.py index 9e0a736..7d1993d 100644 --- a/coip/apps/auth/utils.py +++ b/coip/apps/auth/utils.py @@ -6,7 +6,7 @@ Created on Jul 7, 2010  from uuid import uuid4  def nonce(): -    return uuid4().hex; +    return uuid4().hex  def anonid(): -    return uuid4().urn;
\ No newline at end of file +    return uuid4().urn
\ No newline at end of file | 
