fix import error with Django 1.11

This commit is contained in:
Benjamin Dauvergne 2018-09-27 17:20:21 +02:00
parent e5087500e2
commit ea28c14655
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from django.conf.urls import patterns, url
from django.conf.urls import url
from authentic2.manager.urls import manager_login_required
from . import views, api_views