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

clean header

This commit is contained in:
deadc0de6
2018-09-02 15:20:11 +02:00
parent c54ed51a02
commit 0d590e987a
2 changed files with 5 additions and 16 deletions

View File

@@ -9,7 +9,6 @@ import subprocess
import tempfile
import os
import shlex
import datetime
from shutil import rmtree
# local import
@@ -70,8 +69,4 @@ def samefile(path1, path2):
def header():
header = 'This dotfile is managed using dotdrop'
header += ' v{}'.format(VERSION)
now = datetime.datetime.now().strftime("%Y-%m-%d %H:%M")
header += ' / last updated {}'.format(now)
return header
return 'This dotfile is managed using dotdrop'