Skip to content

Commit

Permalink
First pass at committing community ZenPacks. These need to be tagged.
Browse files Browse the repository at this point in the history
git-svn-id: http://zenpacks.zenoss.org/svn/zenpacks@3 db08cffe-75b9-45d1-af1a-46ad9ef135f6
  • Loading branch information
Matt Ray committed Dec 19, 2008
0 parents commit 2c3f1d1
Show file tree
Hide file tree
Showing 9 changed files with 1,668 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ZenPacks/Imas/BlueCoat/__init__.py
@@ -0,0 +1,8 @@

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())
2 changes: 2 additions & 0 deletions ZenPacks/Imas/BlueCoat/datasources/__init__.py
@@ -0,0 +1,2 @@
# __init__.py

1 change: 1 addition & 0 deletions ZenPacks/Imas/BlueCoat/lib/__init__.py
@@ -0,0 +1 @@
# __init__.py
1 change: 1 addition & 0 deletions ZenPacks/Imas/BlueCoat/migrate/__init__.py
@@ -0,0 +1 @@
# __init__.py

0 comments on commit 2c3f1d1

Please sign in to comment.