Files
deb-python-falcon/setup.py
Alejandro Cabrera b0a2c0dd86 fix(*): add python 3 support.
Some changes:

- Fix import style

```python
from create import *

from .create import *
```

- Fix error: traceback.format_exc()
- import six to handle unicode difference between py2/3
- Add py32 to tox
- Replaced io.BytesIO with bytearray
2013-01-25 14:27:40 -05:00

1.2 KiB