Merge branch 'realpath' into develop

This commit is contained in:
ZyX 2014-02-16 01:25:18 +04:00
commit 2f400e90b3
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ import os
try: try:
from powerline.shell import ShellPowerline, get_argparser, finish_args from powerline.shell import ShellPowerline, get_argparser, finish_args
except ImportError: except ImportError:
import os sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(os.path.realpath(__file__)))))
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from powerline.shell import ShellPowerline, get_argparser, finish_args # NOQA from powerline.shell import ShellPowerline, get_argparser, finish_args # NOQA
if __name__ == '__main__': if __name__ == '__main__':