diff options
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r-- | tests/test_utils.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py index 58a2cdf..58165ef 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,13 +1,4 @@ # -*- coding: utf-8 -*- -""" - jinja2.testsuite.utils - ~~~~~~~~~~~~~~~~~~~~~~ - - Tests utilities jinja uses. - - :copyright: (c) 2017 by the Jinja Team. - :license: BSD, see LICENSE for more details. -""" import pickle import random from collections import deque |