This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
from os import path as osp | |
import sys | |
import keyring | |
paths_to_link = ( | |
'/usr/lib/python2.7/dist-packages/dbus', | |
'/usr/lib/python2.7/dist-packages/_dbus_bindings.so', | |
'/usr/lib/python2.7/dist-packages/_dbus_glib_bindings.so', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Don't try to be vi compatible | |
set nocompatible | |
" Helps force plugins to load correctly when it is turned back on below | |
filetype off | |
" Plugin Settings | |
let g:clang_library_path='/usr/lib/x86_64-linux-gnu/libclang-6.0.so.1' | |
" Turn on syntax highlighting |