last changes from bloomberg.

This commit is contained in:
Vahagn Khachatryan
2021-03-25 08:15:36 -04:00
parent 1a17b9fe6c
commit 721e183dc9
20 changed files with 1391 additions and 0 deletions

6
py/python_path.py Normal file
View 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))