Some pylint cleaning.

This commit is contained in:
Darko Poljak 2017-08-22 10:58:30 +02:00
commit f368539447
10 changed files with 8 additions and 23 deletions

View file

@ -21,7 +21,6 @@
#
#
import io
import os
import sys
import re
@ -348,7 +347,6 @@ class Local(object):
continue
for entry in os.listdir(current_dir):
rel_entry_path = os.path.join(sub_dir, entry)
src = os.path.abspath(os.path.join(conf_dir,
sub_dir,
entry))