Skip to content

Commit

Permalink
no skins needed
Browse files Browse the repository at this point in the history
  • Loading branch information
alienth committed Apr 18, 2012
1 parent d8a5195 commit b26991b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ZenPacks/community/HAProxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,3 @@


import Globals
import os.path

skinsDir = os.path.join(os.path.dirname(__file__), 'skins')
from Products.CMFCore.DirectoryView import registerDirectory
if os.path.isdir(skinsDir):
registerDirectory(skinsDir, globals())

0 comments on commit b26991b

Please sign in to comment.