mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 14:47:16 -04:00
Upgraded GuessIt to 3.0.1
This commit is contained in:
parent
5b44007bbb
commit
376e13d7f1
110 changed files with 10933 additions and 3549 deletions
|
@ -3,7 +3,7 @@
|
|||
"""
|
||||
Introspect rebulk object to retrieve capabilities.
|
||||
"""
|
||||
from abc import ABCMeta, abstractproperty
|
||||
from abc import ABCMeta, abstractmethod
|
||||
from collections import defaultdict
|
||||
|
||||
import six
|
||||
|
@ -16,7 +16,8 @@ class Description(object):
|
|||
"""
|
||||
Abstract class for a description.
|
||||
"""
|
||||
@abstractproperty
|
||||
@property
|
||||
@abstractmethod
|
||||
def properties(self): # pragma: no cover
|
||||
"""
|
||||
Properties of described object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue