summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/askbot0
-rw-r--r--askbot/deps/django_authopenid/util.py3
2 files changed, 0 insertions, 3 deletions
diff --git a/askbot/askbot b/askbot/askbot
deleted file mode 100644
index e69de29b..00000000
--- a/askbot/askbot
+++ /dev/null
diff --git a/askbot/deps/django_authopenid/util.py b/askbot/deps/django_authopenid/util.py
index 87905ded..8d37b9e5 100644
--- a/askbot/deps/django_authopenid/util.py
+++ b/askbot/deps/django_authopenid/util.py
@@ -127,9 +127,6 @@ class DjangoOpenIDStore(OpenIDStore):
return False
- def cleanupNonce(self):
- Nonce.objects.filter(timestamp<int(time.time()) - nonce.SKEW).delete()
-
def cleanupAssociations(self):
Association.objects.extra(where=['issued + lifetimeint<(%s)' % time.time()]).delete()