9 lines
126 B
Python
9 lines
126 B
Python
from __future__ import unicode_literals
|
|
|
|
|
|
class SourceException(Exception):
|
|
"""
|
|
Base sources warning
|
|
"""
|
|
pass
|