Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. /nix/store/s2n66xgdv8xf1g8mmxpyy0dplshm523y-python3.7-ipdb-0.12.2
  2. ├── bin
  3. │   └── ipdb3
  4. ├── lib
  5. │   └── python3.7
  6. │   └── site-packages
  7. │   ├── ipdb
  8. │   │   ├── __init__.py
  9. │   │   ├── __main__.py
  10. │   │   ├── __pycache__
  11. │   │   │   ├── __init__.cpython-37.pyc
  12. │   │   │   ├── __main__.cpython-37.pyc
  13. │   │   │   └── stdout.cpython-37.pyc
  14. │   │   └── stdout.py
  15. │   └── ipdb-0.12.2.dist-info
  16. │   ├── AUTHORS
  17. │   ├── COPYING.txt
  18. │   ├── entry_points.txt
  19. │   ├── INSTALLER
  20. │   ├── METADATA
  21. │   ├── RECORD
  22. │   ├── top_level.txt
  23. │   ├── WHEEL
  24. │   └── zip-safe
  25. └── nix-support
  26. └── propagated-build-inputs
  27.  
  28. 8 directories, 17 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement