From 04fe253aa1b68788d51bf80a67a0d8f26c8046cd Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 12 Jul 2010 15:09:47 +0200 Subject: this is python dammit --- coip/apps/auth/utils.py | 4 ++-- 1 file 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 -- cgit v1.1