litex/gen/util/misc: import gcd from math and not fractions (deprecated)

This commit is contained in:
Florent Kermarrec 2017-04-24 19:25:24 +02:00
parent 35e3d93d9b
commit 4c7d460475
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from fractions import gcd from math import gcd
import collections import collections