diff options
Diffstat (limited to 'test/__init__.py')
-rw-r--r-- | test/__init__.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/test/__init__.py b/test/__init__.py index 314450e..139fd0c 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,11 +1,8 @@ # -*- coding: utf-8 -*- +# +# SPDX-License-Identifier: MIT """Add the top-level module to the PYTHONPATH.""" -__author__ = 'Diego Elio Pettenò' -__email__ = 'flameeyes@flameeyes.com' -__copyright__ = 'Copyright © 2018, Diego Elio Pettenò' -__license__ = 'MIT' - import os import sys |