last changes from bloomberg.
This commit is contained in:
6
py/python_path.py
Normal file
6
py/python_path.py
Normal file
@@ -0,0 +1,6 @@
|
||||
#VIM: let b:lcppflags="-std=c++11 -O2 -pthread"
|
||||
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
print( "sys.path= {}".format(sys.path))
|
||||
Reference in New Issue
Block a user