pull/7/head
Martin Lackner 2020-01-31 15:34:16 +01:00
rodzic fa4d2ccdf3
commit 537673bc84
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,6 @@
# Apportionment methods
from __future__ import print_function, division
import string
import math

Wyświetl plik

@ -1,7 +1,5 @@
# Unit tests
# Author: Martin Lackner
import unittest
import apportionment.methods as app