horizon/horizon/tabs
Bo Wang 595788cbdc Fixes Python 3 compatibility for filter results
Python 2.7 filter method result was a list, while for
Python 3.4 the result is a "filter object". Trying to
use it as a list will result in a TypeError.

Partial-Implements: blueprint porting-python3
Change-Id: I51836347f259d0223bcfa5cc2ec0b7fbd7a203eb
2016-01-13 15:15:27 +08:00
..
__init__.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
base.py Fixes Python 3 compatibility for filter results 2016-01-13 15:15:27 +08:00
views.py Reduced code duplication in creating page headers 2015-02-11 10:45:23 +00:00