Documented skeleton.py
This commit is contained in:
parent
6f8cb2e6f9
commit
3277af2ac5
2 changed files with 51 additions and 8 deletions
|
|
@ -6,9 +6,7 @@ from datetime import datetime
|
|||
|
||||
|
||||
class DirectorySpec(Spec):
|
||||
"""
|
||||
A spec for backing up a local directory.
|
||||
"""
|
||||
"""A spec for backing up a local directory."""
|
||||
|
||||
_SKEL = {
|
||||
"source": None,
|
||||
|
|
|
|||
Reference in a new issue