Fix dictionary syntax error

This commit is contained in:
Roberto Rosario
2012-08-19 02:35:12 -04:00
parent 0e8c2a9325
commit c6d2246a87

View File

@@ -10,7 +10,7 @@ SET_CHOICES = (
(famfamfam.ID, famfamfam.LABEL),
)
ICON_THEMES: {
ICON_THEMES = {
fat_cow.ID: fat_cow.DICTIONARY,
famfamfam.ID: famfamfam.DICTIONARY
}