mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Remove unused code
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8e3649758b
commit
68a3259298
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -111,7 +111,6 @@ if "install" in sys.argv:
|
||||||
os.makedirs(_meta_.conf_path)
|
os.makedirs(_meta_.conf_path)
|
||||||
for conf in conf_file:
|
for conf in conf_file:
|
||||||
filename = conf.split("/")[-1]
|
filename = conf.split("/")[-1]
|
||||||
print("Installing '{0}' file".format(filename))
|
|
||||||
if os.path.isfile(_meta_.conf_path + filename):
|
if os.path.isfile(_meta_.conf_path + filename):
|
||||||
old = md5(_meta_.conf_path + filename)
|
old = md5(_meta_.conf_path + filename)
|
||||||
new = md5(conf)
|
new = md5(conf)
|
||||||
|
|
Loading…
Add table
Reference in a new issue