From 85c68e6876a320bb6f5c8ad4e377aaecfbe0ae5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonel=20C=C3=A2mara?= Date: Sat, 5 Nov 2016 16:52:42 +0000 Subject: [PATCH] typo --- gluon/authapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/authapi.py b/gluon/authapi.py index dc3860ac..c4507931 100644 --- a/gluon/authapi.py +++ b/gluon/authapi.py @@ -4,7 +4,7 @@ | Copyrighted by Massimo Di Pierro | License: LGPLv3 (http://www.gnu.org/licenses/lgpl.html) """ -from gluo._compat import long +from gluon._compat import long from gluon import current from gluon.storage import Messages, Settings, Storage from gluon.utils import web2py_uuid