This repository was archived by the owner on Sep 3, 2022. It is now read-only.
Commit 6e1773a
authored
Fix Pydatalab incompatibilities between Py2/3 (#367)
* Upgrading httplib2 to version 0.10.3.
The 0.9.2 version does not work with Python 3.
* Fix Pydatalab incompatibilities between Py2/3.
These all have to do with bytes/string differences.
* str() only takes one arg in py2.
* Fix build breaks.1 parent ec06b2c commit 6e1773a
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
371 | 373 | | |
372 | 374 | | |
373 | 375 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
0 commit comments