Skip to content

Commit

Permalink
Netbotz RackBotz/WallBotz 1.0
Browse files Browse the repository at this point in the history
git-svn-id: http://zenpacks.zenoss.org/svn/zenpacks@574 db08cffe-75b9-45d1-af1a-46ad9ef135f6
  • Loading branch information
Matt Ray committed Mar 19, 2010
1 parent 275e08d commit 43852bf
Show file tree
Hide file tree
Showing 13 changed files with 478 additions and 0 deletions.
1 change: 1 addition & 0 deletions ZenPacks.community.Netbotz_RackBotz/MANIFEST.in
@@ -0,0 +1 @@
graft ZenPacks
1 change: 1 addition & 0 deletions ZenPacks.community.Netbotz_RackBotz/ZenPacks/__init__.py
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
@@ -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())
@@ -0,0 +1,2 @@
# __init__.py

@@ -0,0 +1 @@
# __init__.py
@@ -0,0 +1 @@
# __init__.py
Empty file.

0 comments on commit 43852bf

Please sign in to comment.