mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 02:34:18 +00:00
clean header
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user