32137b6523
python3.3 and python3.4 are supported
10 lines
149 B
Python
10 lines
149 B
Python
from openslides.utils.exceptions import OpenSlidesError
|
|
|
|
|
|
class ConfigError(OpenSlidesError):
|
|
pass
|
|
|
|
|
|
class ConfigNotFound(ConfigError):
|
|
pass
|