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
```