Merge commit 'HEAD@{1}' into develop

This commit is contained in:
ZyX 2014-10-27 08:11:49 +03:00
commit 491ac113fb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ except Exception as e:
which = shutil.which
else:
sys.path.append(CURRENT_DIR)
from powerline.lib import which
from powerline.lib.shell import which
if which('socat') and which('sed') and which('sh'):
print('Using powerline.sh script instead of C version (requires socat, sed and sh)')
shutil.copyfile('client/powerline.sh', 'scripts/powerline')