virt-manager/virtManager
Radostin Stoyanov 4d9c6141dd Convert the output of range() to list
In Python 2 the range() function returns a list [1].
In Python 3 the range function returns a range type [2] which
represents an immutable sequence of numbers [3].

[1] https://docs.python.org/2.7/library/functions.html#range
[2] https://docs.python.org/3/library/functions.html#func-range
[3] https://docs.python.org/3/library/stdtypes.html#typesseq-range
2018-02-06 18:49:17 -05:00
..
__init__.py headers: update "Red Hat, Inc." copyright for the year 2013 2013-10-28 17:22:26 +01:00
about.py virtManager: Switch to relative imports 2014-09-12 16:28:38 -04:00
addhardware.py addhardware: Only add virtio-scsi if no other scsi controllers present 2018-01-27 16:07:26 -05:00
addstorage.py Wrap keys(), values() in a list 2018-02-06 18:49:17 -05:00
asyncjob.py pycodestyle: fix all E203 warnings 2017-08-11 00:01:38 +08:00
baseclass.py baseclass: Fix UI file loading on py3 2017-12-20 16:04:36 -05:00
choosecd.py choosecd: change order of check operations 2017-09-19 20:04:39 -04:00
clone.py Wrap keys(), values() in a list 2018-02-06 18:49:17 -05:00
config.py config: Explain and simplify our gsettings wrapper a bit 2018-01-09 17:41:20 -05:00
connect.py Convert long to int 2018-02-06 18:49:17 -05:00
connectauth.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
connection.py Wrap keys(), values() in a list 2018-02-06 18:49:17 -05:00
console.py Python 2/3 division compatability 2018-01-27 15:30:17 -05:00
create.py Wrap keys(), values() in a list 2018-02-06 18:49:17 -05:00
createinterface.py Wrap keys(), values() in a list 2018-02-06 18:49:17 -05:00
createnet.py Replace ipaddr module with ipaddress 2018-02-06 18:49:17 -05:00
createpool.py pycodestyle: fix all E203 warnings 2017-08-11 00:01:38 +08:00
createvol.py pycodestyle: fix all E203 warnings 2017-08-11 00:01:38 +08:00
delete.py delete: undefine only persistent domain 2017-11-24 17:39:58 +01:00
details.py Convert the output of range() to list 2018-02-06 18:49:17 -05:00
domain.py Python 2/3 division compatability 2018-01-27 15:30:17 -05:00
engine.py Replace "Queue" with "queue" 2018-02-06 18:49:17 -05:00
error.py ui: Add createnet/pool/vol/interface tests 2018-01-11 21:02:34 -05:00
fsdetails.py Python 2/3 division compatability 2018-01-27 15:30:17 -05:00
gfxdetails.py gfxdetails: Select rendernode by default when user requests gl=on 2017-11-25 17:28:57 -05:00
graphwidgets.py Python 2/3 division compatability 2018-01-27 15:30:17 -05:00
host.py Convert the output of range() to list 2018-02-06 18:49:17 -05:00
inspection.py Replace "Queue" with "queue" 2018-02-06 18:49:17 -05:00
interface.py interface: don't print error for active interface without an IP address 2017-05-10 12:35:42 +02:00
keyring.py pycodestyle: fix all E203 warnings 2017-08-11 00:01:38 +08:00
libvirtobject.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
manager.py Python 2/3 division compatability 2018-01-27 15:30:17 -05:00
mediacombo.py uitests: Add choosecd dialog tests 2018-01-21 10:02:08 -05:00
migrate.py Wrap keys(), values() in a list 2018-02-06 18:49:17 -05:00
module_trace.py pycodestyle: Use isinstance() for type checking 2017-10-20 11:49:13 -04:00
netlist.py Wrap keys(), values() in a list 2018-02-06 18:49:17 -05:00
network.py Replace ipaddr module with ipaddress 2018-02-06 18:49:17 -05:00
nodedev.py Use node device lifecycle events 2016-08-11 10:14:30 -04:00
packageutils.py pycodestyle: Use isinstance() for type checking 2017-10-20 11:49:13 -04:00
preferences.py pycodestyle: fix all E203 warnings 2017-08-11 00:01:38 +08:00
serialcon.py uitests: console: Add live lxc serial test 2018-01-21 14:42:44 -05:00
snapshots.py Wrap keys(), values() in a list 2018-02-06 18:49:17 -05:00
sshtunnels.py Replace "Queue" with "queue" 2018-02-06 18:49:17 -05:00
storagebrowse.py pycodestyle: fix all E203 warnings 2017-08-11 00:01:38 +08:00
storagelist.py Convert the output of range() to list 2018-02-06 18:49:17 -05:00
storagepool.py Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
systray.py Wrap keys(), values() in a list 2018-02-06 18:49:17 -05:00
uiutil.py pycodestyle: Use isinstance() for type checking 2017-10-20 11:49:13 -04:00
viewers.py pycodestyle: fix all E125 warnings 2017-10-21 23:26:16 +08:00
vmmenu.py pycodestyle: fix all E125 warnings 2017-10-21 23:26:16 +08:00