1
0
forked from VimPlug/jedi

Move the buildout_project stuff to a separate examples folder

This commit is contained in:
Dave Halter
2018-02-16 15:00:53 +01:00
parent 424b6ae907
commit 482b5e63db
7 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/python
import sys
sys.path[0:0] = [
'/usr/lib/python3.4/site-packages',
'/tmp/.buildout/eggs/important_package.egg'
]
import important_package
if __name__ == '__main__':
sys.exit(important_package.main())

View File

@@ -0,0 +1 @@
<EFBFBD>PNG