aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/user.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2013-01-04 23:34:53 +0100
committerMarcin Kuzminski <marcin@python-works.com>2013-01-04 23:34:53 +0100
commit760e3b5c293bf079be4876b7219e63fb9e56485e (patch)
tree56473d37f1a0aa764a0ae3d07ef4e6a4e5ff506b /rhodecode/model/user.py
parent629f1538ad4800ff05113516f6a933e2b243f205 (diff)
Full IP restrictions enabled
- short cache query for IP for performance - remove redundant logic - some small css fixes for login form to better show IP restricted message --HG-- branch : beta extra : amend_source : bec698601fe590964ad80b3fb12c0e3385c2c6c4
Diffstat (limited to 'rhodecode/model/user.py')
-rw-r--r--rhodecode/model/user.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rhodecode/model/user.py b/rhodecode/model/user.py
index 51cc28e4..653ae791 100644
--- a/rhodecode/model/user.py
+++ b/rhodecode/model/user.py
@@ -27,7 +27,6 @@ import logging
import traceback
import itertools
import collections
-import functools
from pylons import url
from pylons.i18n.translation import _