Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/682d56472dc4e9cc7b4f26348b3f33a5 to your computer and use it in GitHub Desktop.
Save ryantm/682d56472dc4e9cc7b4f26348b3f33a5 to your computer and use it in GitHub Desktop.
/nix/store/rvswzhgj52m04m6i94w7cfzp6mnbmisb-python3.7-mox3-0.28.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── mox3
│   │   ├── fixture.py
│   │   ├── __init__.py
│   │   ├── mox.py
│   │   ├── __pycache__
│   │   │   ├── fixture.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mox.cpython-37.pyc
│   │   │   └── stubout.cpython-37.pyc
│   │   ├── stubout.py
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── mox_helper.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mox_helper.cpython-37.pyc
│   │   │   ├── stubout_helper.cpython-37.pyc
│   │   │   ├── test_mox.cpython-37.pyc
│   │   │   └── test_stubout.cpython-37.pyc
│   │   ├── stubout_helper.py
│   │   ├── test_mox.py
│   │   └── test_stubout.py
│   └── mox3-0.28.0.dist-info
│   ├── AUTHORS
│   ├── COPYING.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment