aboutsummaryrefslogtreecommitdiff
path: root/okupy
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-08-26 11:24:44 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-08-26 11:30:19 +0200
commitab823cb476c4b2244ab360e0ac9e95f26f06b972 (patch)
tree2061c6b4b76a670cd61152678fa93403e1b2e1a5 /okupy
parentminor fix (diff)
downloadidentity.gentoo.org-ab823cb476c4b2244ab360e0ac9e95f26f06b972.tar.gz
identity.gentoo.org-ab823cb476c4b2244ab360e0ac9e95f26f06b972.tar.bz2
identity.gentoo.org-ab823cb476c4b2244ab360e0ac9e95f26f06b972.zip
Bring back a needed import, and exclude it from flake checks
Diffstat (limited to 'okupy')
-rw-r--r--okupy/wsgi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/okupy/wsgi.py b/okupy/wsgi.py
index 1bc6d03..f1122d6 100644
--- a/okupy/wsgi.py
+++ b/okupy/wsgi.py
@@ -45,6 +45,7 @@ else:
from django.utils import autoreload
# autodiscover SSH handlers
+ import okupy.accounts.ssh # noqa
from okupy.common.ssh import ssh_main
import Crypto.Random