Guest User

Untitled

a guest
Oct 19th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. $ tree /usr/local/lib/python3.6/site-packages/pyobjus
  2. /usr/local/lib/python3.6/site-packages/pyobjus
  3. ├── __init__.py
  4. ├── __pycache__
  5. │   ├── __init__.cpython-36.pyc
  6. │   ├── debug.cpython-36.pyc
  7. │   ├── dylib_manager.cpython-36.pyc
  8. │   ├── objc_py_types.cpython-36.pyc
  9. │   ├── protocols.cpython-36.pyc
  10. │   └── test.cpython-36.pyc
  11. ├── consts
  12. │   ├── __init__.py
  13. │   ├── __pycache__
  14. │   │   ├── __init__.cpython-36.pyc
  15. │   │   └── corebluetooth.cpython-36.pyc
  16. │   └── corebluetooth.py
  17. ├── debug.py
  18. ├── dylib_manager.py
  19. ├── objc_py_types.py
  20. ├── protocols.py
  21. ├── pyobjus.cpython-36m-darwin.so
  22. └── test.py
  23.  
  24. 3 directories, 17 files
Add Comment
Please, Sign In to add comment