Commit ffe3b13
Drop dependency on python-six
In Ubuntu and Debian we no longer ship Python 2.7, so the translation
module is an unnecessary dependency. In Python 3 the text type is always
'str', so it is not needed.
Simply set the value to 'unicode' on Python2, and 'str' on Python3.1 parent 8b66d6f commit ffe3b13
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
0 commit comments