Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 12:44
Show Gist options
  • Save ryantm/7d746b84ce9a623457fdb7674360ee94 to your computer and use it in GitHub Desktop.
Save ryantm/7d746b84ce9a623457fdb7674360ee94 to your computer and use it in GitHub Desktop.
/nix/store/a0jgyg3s5m44wp234n7qi7pdigrxbpgl-python2.7-fudge-1.1.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── fudge
│   │   ├── exc.py
│   │   ├── exc.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── inspector.py
│   │   ├── inspector.pyc
│   │   ├── patcher.py
│   │   ├── patcher.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── _py3_suite.py
│   │   │   ├── _py3_suite.pyc
│   │   │   ├── support
│   │   │   │   ├── _for_patch.py
│   │   │   │   ├── _for_patch.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── test_fudge.py
│   │   │   ├── test_fudge.pyc
│   │   │   ├── test_import_all.py
│   │   │   ├── test_import_all.pyc
│   │   │   ├── test_inspector_import_all.py
│   │   │   ├── test_inspector_import_all.pyc
│   │   │   ├── test_inspector.py
│   │   │   ├── test_inspector.pyc
│   │   │   ├── test_patcher.py
│   │   │   ├── test_patcher.pyc
│   │   │   ├── test_registry.py
│   │   │   └── test_registry.pyc
│   │   ├── util.py
│   │   └── util.pyc
│   └── fudge-1.1.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment