fix syntax error

This commit is contained in:
Thomas Vander Stichele
2013-07-30 12:36:21 +02:00
parent 321f871805
commit 82404900fd

View File

@@ -7,5 +7,5 @@ def get():
'isinstalled': True,
'pluginsdir': '@PLUGINSDIR@',
'version': '@VERSION@',
'revision', '@REVISION@',
'revision': '@REVISION@',
}