Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 06:05
Show Gist options
  • Save ryantm/9a05df5d6db97bdafaca922140979a8e to your computer and use it in GitHub Desktop.
Save ryantm/9a05df5d6db97bdafaca922140979a8e to your computer and use it in GitHub Desktop.
/nix/store/04zz1ksjn32avzzlf3wbc151l61xrskv-python3.7-bugzilla-2.3.0
├── bin
│   └── bugzilla
├── lib
│   └── python3.7
│   └── site-packages
│   ├── bugzilla
│   │   ├── apiversion.py
│   │   ├── base.py
│   │   ├── bug.py
│   │   ├── _cli.py
│   │   ├── __init__.py
│   │   ├── oldclasses.py
│   │   ├── __pycache__
│   │   │   ├── apiversion.cpython-37.pyc
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── bug.cpython-37.pyc
│   │   │   ├── _cli.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── oldclasses.cpython-37.pyc
│   │   │   ├── rhbugzilla.cpython-37.pyc
│   │   │   └── transport.cpython-37.pyc
│   │   ├── rhbugzilla.py
│   │   └── transport.py
│   └── python_bugzilla-2.3.0.dist-info
│   ├── COPYING
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
└── bugzilla.1.gz
11 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment