Comment 0 for bug 1002551

Revision history for this message
Tres Henry (tres) wrote :

Running "python setup.py bdist" in horizon results in some errors:

SyntaxError: ('invalid syntax', ('/usr/local/lib/python2.7/dist-packages/horizon/conf/dash_template/dashboard.py', 6, 7, 'class {{ dash_name|title }}(horizon.Dashboard):\n'))

[5/21/12 3:07:56 PM] Tres Henry: SyntaxError: ('invalid syntax', ('/usr/local/lib/python2.7/dist-packages/horizon/conf/panel_template/tests.py', 4, 7, 'class {{ panel_name|title}}Tests(test.TestCase):\n'))

[5/21/12 3:08:02 PM] Tres Henry: SyntaxError: ('invalid syntax', ('/usr/local/lib/python2.7/dist-packages/horizon/conf/panel_template/panel.py', 5, 6, 'from {{ dash_path }} import dashboard\n'))