horizon/horizon/tabs
Victor Stinner 65dac7f412 Port horizon tabs tests to Python 3
* get_cells(): cast dict.values() to a list to return a list
  on Python 3. On Python 3, dict.values() now returns a view.
* Replace dict.values()[0] with list(dict.values())[0]
* get_tabs(): replace filter() with a list-comprehension to return a
  list on Python 3
* tox.ini: add horizon.test.tests.tabs to Python 3.4

Partial-Implements: blueprint porting-python3
Change-Id: I0ebcaa5f7b283d04425ce7201087220376257d41
2015-09-30 18:33:43 +02:00
..
__init__.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
base.py Port horizon tabs tests to Python 3 2015-09-30 18:33:43 +02:00
views.py Reduced code duplication in creating page headers 2015-02-11 10:45:23 +00:00