python-feedgen/feedgen
snipem 0907e993e4 Fix skipHours for Python 3
The xrange function isn’t available in Python 3. The range function
however is doing the same job and is working for both Python 2 and
Python 3.
2014-06-02 23:08:50 +02:00
..
ext Fixed some typos 2014-05-11 20:24:48 +02:00
tests Added unit test cases for extension loading 2014-06-02 22:45:15 +02:00
__init__.py Fixed some typos 2014-05-11 20:24:48 +02:00
__main__.py Fixed some typos 2014-05-11 20:24:48 +02:00
entry.py Feed Creation: Add a separate extension call for namespace stuff. Change extensions accordingly. 2014-05-06 10:43:39 +02:00
feed.py Fix skipHours for Python 3 2014-06-02 23:08:50 +02:00
util.py Added Python 3 compatibility 2014-05-07 21:22:55 +02:00
version.py Release 0.2.8 2014-01-01 19:06:45 +01:00