8 lines
142 B
Python
8 lines
142 B
Python
from __future__ import unicode_literals
|
|
|
|
|
|
class DependenciesException(Exception):
|
|
"""
|
|
Base exception for the dependencies app
|
|
"""
|