Skip to content

Commit

Permalink
lost in squash somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
CastixGitHub committed Feb 15, 2021
1 parent e037f62 commit 2f5ab6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_csrf.py
Expand Up @@ -3,7 +3,10 @@
from tg.configurator.components.session import SessionConfigurationComponent
import webtest
from tgext.utils.csrf import csrf_protect, csrf_token, CSRFConfigurationComponent
from unittest.mock import patch, Mock
try:
from unittest.mock import patch, Mock
except ImportError:
from mock import patch, Mock


class RootController(TGController):
Expand Down

0 comments on commit 2f5ab6d

Please sign in to comment.