1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 09:39:16 +00:00

pep257 refactoring

This commit is contained in:
deadc0de6
2018-06-02 14:46:44 +02:00
parent 6b89c3d5b8
commit 48c465f5f3
7 changed files with 59 additions and 38 deletions

View File

@@ -11,11 +11,11 @@ class Dotfile:
actions={}, trans=[], link=False):
# key of dotfile in the config
self.key = key
# where to install this dotfile
# path where to install this dotfile
self.dst = dst
# stored dotfile in dotdrop
# path where this dotfile is stored in dotdrop
self.src = src
# should be a link
# if it is a link
self.link = link
# list of actions
self.actions = actions