mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-17 23:56:28 +00:00
Uses shlex commands which aren't present in python2
```
from shlex import quote
ImportError: cannot import name quote
```
Uses shlex commands which aren't present in python2
```
from shlex import quote
ImportError: cannot import name quote
```