Add icon file for the main app

This commit is contained in:
Roberto Rosario
2012-09-14 03:32:17 -04:00
parent 8f119b814f
commit a44feda52f

6
apps/main/icons.py Normal file
View File

@@ -0,0 +1,6 @@
from __future__ import absolute_import
from icons.literals import HOUSE
from icons import Icon
icon_home = Icon(HOUSE)