removed unused import math.floor

This commit is contained in:
András Veres-Szentkirályi 2013-07-02 15:18:12 +02:00
parent 3e49c90394
commit 10c85423d4

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
from __future__ import division, with_statement
from math import sin, pi, floor
from math import sin, pi
from random import random
from contextlib import closing
from itertools import imap, izip, cycle, chain