Fix dvd rip, gcd is now part of math

This commit is contained in:
Jonathan Hodgson 2021-02-13 20:16:07 +00:00
parent aa807c8bad
commit a01eaad4d0

View file

@ -131,7 +131,7 @@ import time
from pprint import pprint
from collections import namedtuple
from fractions import gcd
from math import gcd
class UserError(Exception):