From 537673bc842eaaeb012336a9a7912c033ee7ee82 Mon Sep 17 00:00:00 2001 From: Martin Lackner Date: Fri, 31 Jan 2020 15:34:16 +0100 Subject: [PATCH] headers --- apportionment/methods.py | 3 +++ apportionment/unittests.py | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apportionment/methods.py b/apportionment/methods.py index c9ebaed..ed2a13f 100644 --- a/apportionment/methods.py +++ b/apportionment/methods.py @@ -1,3 +1,6 @@ +# Apportionment methods + + from __future__ import print_function, division import string import math diff --git a/apportionment/unittests.py b/apportionment/unittests.py index 4784320..4157528 100644 --- a/apportionment/unittests.py +++ b/apportionment/unittests.py @@ -1,7 +1,5 @@ # Unit tests -# Author: Martin Lackner - import unittest import apportionment.methods as app