freeipa/ipaserver/install
Petr Viktorin 5178e9a597 Modernize use of range()
In Python 3, range() behaves like the old xrange().
The difference between range() and xrange() is usually not significant,
especially if the whole result is iterated over.

Convert xrange() usage to range() for small ranges.
Use modern idioms in a few other uses of range().

Reviewed-By: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2015-09-01 11:42:01 +02:00
..
plugins Modernize use of range() 2015-09-01 11:42:01 +02:00
server Use the print function 2015-09-01 11:42:01 +02:00
__init__.py Remove __all__ specifications in ipaclient and ipaserver.install 2013-09-06 15:42:33 +02:00
adtrustinstance.py Use the print function 2015-09-01 11:42:01 +02:00
bindinstance.py Use the print function 2015-09-01 11:42:01 +02:00
ca.py Use the print function 2015-09-01 11:42:01 +02:00
cainstance.py Modernize use of range() 2015-09-01 11:42:01 +02:00
certs.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
dns.py Use the print function 2015-09-01 11:42:01 +02:00
dnskeysyncinstance.py Modernize use of range() 2015-09-01 11:42:01 +02:00
dogtaginstance.py dbus: Create empty dbus.Array with specified signature 2015-08-14 12:48:45 +02:00
dsinstance.py Use the print function 2015-09-01 11:42:01 +02:00
httpinstance.py Use the print function 2015-09-01 11:42:01 +02:00
installutils.py Use the print function 2015-09-01 11:42:01 +02:00
ipa_backup.py Backup/resore authentication control configuration 2015-08-19 14:13:00 +02:00
ipa_cacert_manage.py Use the print function 2015-09-01 11:42:01 +02:00
ipa_kra_install.py Use the print function 2015-09-01 11:42:01 +02:00
ipa_ldap_updater.py Use the print function 2015-09-01 11:42:01 +02:00
ipa_otptoken_import.py Modernize use of range() 2015-09-01 11:42:01 +02:00
ipa_replica_prepare.py Use the print function 2015-09-01 11:42:01 +02:00
ipa_restore.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
ipa_server_certinstall.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
ipa_server_upgrade.py Upgrade: Do not show upgrade failed message when IPA is not installed 2015-07-08 12:58:50 +00:00
ipa_winsync_migrate.py Port from python-krbV to python-gssapi 2015-08-26 09:41:36 +02:00
kra.py KRA Install: check replica file if contains req. certificates 2015-07-02 10:59:53 +00:00
krainstance.py Removed clear text passwords from KRA install log. 2015-08-26 13:49:57 +02:00
krbinstance.py Use the print function 2015-09-01 11:42:01 +02:00
ldapupdate.py Use new-style raise syntax 2015-09-01 11:42:01 +02:00
memcacheinstance.py Use absolute imports 2015-08-12 18:17:23 +02:00
ntpinstance.py Use absolute imports 2015-08-12 18:17:23 +02:00
odsexporterinstance.py fix typo in BasePathNamespace member pointing to ods exporter config 2015-08-17 18:46:30 +02:00
opendnssecinstance.py Use absolute imports 2015-08-12 18:17:23 +02:00
otpdinstance.py Use absolute imports 2015-08-12 18:17:23 +02:00
replication.py Use the print function 2015-09-01 11:42:01 +02:00
schemaupdate.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
service.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
sysupgrade.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
upgradeinstance.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00