Update and enable the clustering app

This commit is contained in:
Roberto Rosario
2012-09-11 12:59:06 -04:00
parent ecb237ccd7
commit 812a7296ee
4 changed files with 45 additions and 3 deletions

7
apps/clustering/icons.py Normal file
View File

@@ -0,0 +1,7 @@
from __future__ import absolute_import
from icons.literals import (SERVER)
from icons import Icon
icon_tool_link = Icon(SERVER)
icon_node_link = Icon(SERVER)