ansible/packaging/os
Matt Clay 683e5e4d1a Fix python 3 issues with apt* modules. (#4848)
- Use range instead of xrange.
- Use python3-apt package for python 3.
- Eliminate unsupported for/else/raise usage.
- Use list on dict.items when modifying dict.
- Update requirements documentation.

Also made non-intrustive style fixes (adding blank lines).
2016-09-14 13:26:09 -07:00
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
apt.py Fix python 3 issues with apt* modules. (#4848) 2016-09-14 13:26:09 -07:00
apt_key.py Fix python 3 issues with apt* modules. (#4848) 2016-09-14 13:26:09 -07:00
apt_repository.py Fix python 3 issues with apt* modules. (#4848) 2016-09-14 13:26:09 -07:00
apt_rpm.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
package.py removed extra space 2016-06-22 12:31:52 -04:00
redhat_subscription.py Add way to specify environment (#3453) 2016-07-13 11:23:26 -04:00
rhn_channel.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
rhn_register.py Convert packaging/* to py3/py2.4 syntax (#3702) 2016-05-20 07:48:10 -07:00
rpm_key.py Fix error reporting for fetch_key (#2662) 2016-04-19 18:03:14 -04:00
yum.py Cleanup unused variable in yum.py (#4009) 2016-06-22 09:30:37 -04:00