mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 23:35:04 +02:00
commit
5f7fbda29a
@ -7,6 +7,8 @@ import argparse
|
||||
try:
|
||||
import powerline.bindings.config as config
|
||||
except ImportError:
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(os.path.realpath(__file__)))))
|
||||
import powerline.bindings.config as config # NOQA
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user