Fix dvd rip, gcd is now part of math
This commit is contained in:
parent
aa807c8bad
commit
a01eaad4d0
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ import time
|
||||||
|
|
||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
from fractions import gcd
|
from math import gcd
|
||||||
|
|
||||||
|
|
||||||
class UserError(Exception):
|
class UserError(Exception):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue