Skip to content

Commit 48c3db3

Browse files
authored
Update __init__.py
1 parent cf22e95 commit 48c3db3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@
182182
################################################################################
183183
# * Exception
184184

185-
from .. import MoviesException
186-
187-
class EbmlException(MoviesException):
185+
class EbmlException(Exception):
188186
"""Class for general EBML exceptions."""
189187

190188
class Inconsistent(EbmlException):

0 commit comments

Comments
 (0)