Commit 0634b77
Remove hack to encode __all__ as ascii (#178)
Previously the code included:
from __future__ import unicode_literals
But with that gone in the current version, it makes no sense to
mess with the contents of __all__ at all.1 parent caf3293 commit 0634b77
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
0 commit comments