You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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).
8 years ago
..
__init__.py Some more module categorization. 10 years ago
apt.py Fix python 3 issues with apt* modules. (#4848) 8 years ago
apt_key.py Fix python 3 issues with apt* modules. (#4848) 8 years ago
apt_repository.py Fix python 3 issues with apt* modules. (#4848) 8 years ago
apt_rpm.py Proper author info for all remaining modules 9 years ago
package.py removed extra space 8 years ago
redhat_subscription.py Add way to specify environment (#3453) 8 years ago
rhn_channel.py Proper author info for all remaining modules 9 years ago
rhn_register.py Convert packaging/* to py3/py2.4 syntax (#3702) 8 years ago
rpm_key.py Fix error reporting for fetch_key (#2662) 9 years ago
yum.py Cleanup unused variable in yum.py (#4009) 8 years ago