summaryrefslogtreecommitdiff
path: root/coip
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2010-07-12 15:09:47 +0200
committerLeif Johansson <leifj@sunet.se>2010-07-12 15:09:47 +0200
commit04fe253aa1b68788d51bf80a67a0d8f26c8046cd (patch)
tree40f28fc2791ebbd03041638035b25c0be22b4b1b /coip
parent3a0e5281f9d676f203ff3a1c5e29d451511c8e00 (diff)
this is python dammit
Diffstat (limited to 'coip')
-rw-r--r--coip/apps/auth/utils.py4
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