Commit graph

3 commits

Author SHA1 Message Date
Toomas Uudisaru
a03d67cfb4 Python3 fixes / urllib, printing, dict access
Python 3 fixes (compatible with Python 2):
- use urllib.parse module for quote() and urlencode() instead of urllib
- printing using parenthesis
- dict access: items() instead of iteritems(), keys() converted to list
- filter(): convert results to list
2015-09-05 17:09:15 +03:00
gz
b6e063c702 Fixed a typo caused by a naming convention refactor 2014-12-30 22:43:40 +02:00
Michael Shepanski
352696147e Move from Bitbucket 2014-12-28 22:21:58 -05:00