From f324cf182a7398ca9c527e025a7ff389fe2d991c Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Tue, 19 Sep 2017 17:49:13 -0300 Subject: [PATCH] Fix datetime --- sapl/protocoloadm/tests/test_protocoloadm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/protocoloadm/tests/test_protocoloadm.py b/sapl/protocoloadm/tests/test_protocoloadm.py index abf95666c..7e5344cad 100644 --- a/sapl/protocoloadm/tests/test_protocoloadm.py +++ b/sapl/protocoloadm/tests/test_protocoloadm.py @@ -1,4 +1,4 @@ -import datetime +from datetime import datetime import pytest from django.core.urlresolvers import reverse