Skip to content
Snippets Groups Projects
Commit fbb28544 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

2.2.1

parent e77dd796
No related branches found
No related tags found
No related merge requests found
# coding=UTF-8
__version__ = '2.2.1rc1'
__version__ = '2.2.1'
from . import sources
from .sources import load_source_from_list, load_source_from_dict
__all__ = [
'load_source_from_list',
'load_source_from_dict',
'sources'
]
from satella.configuration import load_source_from_dict, load_source_from_list
from satella.configuration.sources import load_source_from_dict, load_source_from_list
from .test_sources.utils import SourceTestCase
INNER_DATA = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment