Organize imports for repository module
This commit is contained in:
parent
3bfeda1400
commit
4c0e14182f
@ -3,13 +3,12 @@
|
|||||||
.. module:: rbackup.struct.repository
|
.. module:: rbackup.struct.repository
|
||||||
:synopsis: Class for structuring a backup repository.
|
:synopsis: Class for structuring a backup repository.
|
||||||
"""
|
"""
|
||||||
import logging
|
|
||||||
import datetime
|
import datetime
|
||||||
|
import logging
|
||||||
|
|
||||||
from rbackup.struct.hierarchy import Hierarchy
|
from rbackup.struct.hierarchy import Hierarchy
|
||||||
from rbackup.struct.snapshot import Snapshot
|
from rbackup.struct.snapshot import Snapshot
|
||||||
|
|
||||||
|
|
||||||
# ========== Logging Setup ===========
|
# ========== Logging Setup ===========
|
||||||
syslog = logging.getLogger(__name__)
|
syslog = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user