Fix dvd rip, gcd is now part of math

Jonathan Hodgson 3 years ago
parent 84fa6bd526
commit b7f0fd29d5
  1. 2
      bin/.bin/dvdrip

@ -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):

Loading…
Cancel
Save