Add missing boilerplate.

This commit is contained in:
Matt Clay 2018-04-30 14:10:34 -07:00
parent cee1cbf65b
commit bf138c9e8e
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,6 @@
from __future__ import absolute_import, division, print_function
__metaclass__ = type
import pytest
from packaging.version import InvalidVersion

View file

@ -1,3 +1,6 @@
from __future__ import absolute_import, division, print_function
__metaclass__ = type
import argparse
import os
import re