Upgraded GuessIt to 3.0.1

This commit is contained in:
Louis Vézina 2020-05-20 11:29:39 -04:00
parent 5b44007bbb
commit 376e13d7f1
110 changed files with 10933 additions and 3549 deletions

View file

@ -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.