index
:
myconfigs
master
netsync
server
My personal configurations. Feel free to inspire yourself.
Cynerd
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vim
/
bundle
/
YouCompleteMe
/
third_party
/
pythonfutures
/
concurrent
/
__init__.py
blob: b36383a61027f0875a3cb103edc8f2a4528a3289 (
plain
)
1
2
3
from
pkgutil
import
extend_path
__path__
=
extend_path
(
__path__
,
__name__
)