1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-12 21:35:15 +00:00

add base for linking templates

This commit is contained in:
deadc0de6
2018-09-01 19:38:56 +02:00
parent 0065595237
commit 092588b961
2 changed files with 22 additions and 2 deletions

View File

@@ -19,8 +19,6 @@ TILD = '~'
class Updater:
BACKUP_SUFFIX = '.dotdropbak'
def __init__(self, conf, dotpath, dry, safe, debug):
self.home = os.path.expanduser(TILD)
self.conf = conf