horizon/horizon/management
Dirk Mueller 315d30c337 Use Python 3.x compatible except construct
Python 3.x removed the "except x,y:" construct. Use
"except x as y:" instead which works with all
Python versions >= 2.6.

Change-Id: Iedb4c5a6d8580cbb6c9697933d006e94b1db916d
2013-06-14 23:19:28 +02:00
..
commands Use Python 3.x compatible except construct 2013-06-14 23:19:28 +02:00
__init__.py Adds dash/panel app templates, mgmt commands, template loader. 2012-05-01 14:41:20 -07:00