-
Notifications
You must be signed in to change notification settings - Fork 68
Commit 8ee829e
pull request for python 3 compatibility
This version works with Python 2.7.8 as well as Python 3.2.3 (tested on Ubuntu 12.04). The string
Conversion in .__sendData() has been adapted to convert manually to 'utf-8' bytes.
05.11.2014 Thomas Hainmüller, University Freiburg1 parent dddcfd0 commit 8ee829e
1 file changed
+6
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
11 | + | ||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 | - | ||
59 | + | ||
60 | + | ||
60 | 61 |
| |
61 | 62 |
| |
62 | - | ||
63 | + | ||
64 | + | ||
65 | + | ||
63 | 66 |
| |
64 | 67 |
| |
65 | 68 |
| |
|
0 commit comments