Py2 compatible

This commit is contained in:
Aurélien Delobelle 2016-09-01 00:45:44 +02:00
parent e927ad5801
commit ba0a5d0d27
13 changed files with 80 additions and 1 deletions

View file

@ -1,3 +1,9 @@
# -*- coding: utf-8 -*-
from __future__ import (absolute_import, division,
print_function, unicode_literals)
from builtins import *
from kfet.backends import KFetBackend
class KFetAuthenticationMiddleware(object):