mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-11 17:27:42 +08:00
859922b9c7
merge some fixes from panal/Sub-Zero.bundle
7 lines
102 B
Python
7 lines
102 B
Python
# coding=utf-8
|
|
class EmptyEntryError(Exception):
|
|
pass
|
|
|
|
|
|
class EmptyLineError(Exception):
|
|
pass
|