From dd5d7b9c1996297fa5bcba7ed1becd32e810e455 Mon Sep 17 00:00:00 2001 From: kakwa Date: Mon, 13 Jul 2015 14:51:18 +0200 Subject: [PATCH] fix typo --- ldapcherry/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldapcherry/__init__.py b/ldapcherry/__init__.py index eabbc06..7eb9152 100644 --- a/ldapcherry/__init__.py +++ b/ldapcherry/__init__.py @@ -25,7 +25,7 @@ from ldapcherry.attributes import Attributes import cherrypy from cherrypy.lib.httputil import parse_query_string -# Nako template engines imports +# Mako template engines imports from mako.template import Template from mako import lookup from sets import Set