Remove useless imports
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Thu, 19 Jun 2014 09:25:48 +0000 (11:25 +0200)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Thu, 19 Jun 2014 15:39:41 +0000 (17:39 +0200)
pypol/__init__.py
pypol/isl.py
pypol/linear.py
tests/test_isl.py
tests/test_linear.py

index cd278ce..a6ea752 100644 (file)
@@ -1,4 +1,3 @@
-
 """
 A polyhedral library based on ISL.
 """
index a95bba3..ecc32c7 100644 (file)
@@ -1,9 +1,4 @@
 import ctypes, ctypes.util
-import functools
-import math
-import numbers
-import operator
-import re
 
 from . import _isl
 
index 2e48a31..75ae166 100644 (file)
@@ -1,4 +1,3 @@
-import ctypes, ctypes.util
 import functools
 import numbers
 
index 421b1be..21374b5 100644 (file)
@@ -1,4 +1,3 @@
-
 import unittest
 
 from math import floor, ceil, trunc
index 039ffc7..96b105c 100644 (file)
@@ -1,4 +1,3 @@
-
 import unittest
 
 from fractions import Fraction