py2 paranoia

This commit is contained in:
Manuel Barkhau 2020-09-17 23:38:58 +00:00
parent 28e09fd60a
commit fbc92b109b
6 changed files with 45 additions and 6 deletions

View file

@ -1,4 +1,8 @@
# pylint:disable=protected-access ; allowed for test code
# -*- coding: utf-8 -*-
from __future__ import division
from __future__ import print_function
from __future__ import absolute_import
from __future__ import unicode_literals
import copy
from test import util
@ -9,6 +13,9 @@ from pycalver import version as v1version
from pycalver2 import rewrite as v2rewrite
from pycalver2 import version as v2version
# pylint:disable=protected-access ; allowed for test code
REWRITE_FIXTURE = """
# SPDX-License-Identifier: MIT
__version__ = "v201809.0002-beta"