kopia lustrzana https://github.com/dnet/pySSTV
removed unused import math.floor
rodzic
3e49c90394
commit
10c85423d4
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue