Merge branch 'realpath' into develop
This commit is contained in:
commit
2f400e90b3
|
@ -7,8 +7,7 @@ import os
|
|||
try:
|
||||
from powerline.shell import ShellPowerline, get_argparser, finish_args
|
||||
except ImportError:
|
||||
import os
|
||||
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(os.path.realpath(__file__)))))
|
||||
from powerline.shell import ShellPowerline, get_argparser, finish_args # NOQA
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in New Issue