Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
FDS 389 LDAP Servers 1.0
Browse files Browse the repository at this point in the history
git-svn-id: http://zenpacks.zenoss.org/svn/zenpacks@711 db08cffe-75b9-45d1-af1a-46ad9ef135f6
  • Loading branch information
Matt Ray committed May 27, 2010
1 parent 1af76b0 commit 35bab07
Show file tree
Hide file tree
Showing 15 changed files with 2,946 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ZenPacks.community.FDS/COPYRIGHT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
All files in this directory and below are:

Copyright (c) 2010 Zenoss, Inc. All rights reserved.

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2 as published
by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1 change: 1 addition & 0 deletions ZenPacks.community.FDS/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
graft ZenPacks
1 change: 1 addition & 0 deletions ZenPacks.community.FDS/ZenPacks/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
8 changes: 8 additions & 0 deletions ZenPacks.community.FDS/ZenPacks/community/FDS/__init__.py
Original file line number Diff line number Diff line change
@@ -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())
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# __init__.py

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# __init__.py
Loading

0 comments on commit 35bab07

Please sign in to comment.