Skip to content

Commit

Permalink
Tru64 Unix 1.1
Browse files Browse the repository at this point in the history
git-svn-id: http://zenpacks.zenoss.org/svn/zenpacks@160 db08cffe-75b9-45d1-af1a-46ad9ef135f6
  • Loading branch information
Matt Ray committed Apr 8, 2009
1 parent 41df92c commit b062eff
Show file tree
Hide file tree
Showing 12 changed files with 646 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ZenPacks.community.Tru64/COPYRIGHT.txt
@@ -0,0 +1,16 @@
All files in this directory and below are:

Copyright (c) 2009 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.Tru64/ZenPacks/__init__.py
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
8 changes: 8 additions & 0 deletions ZenPacks.community.Tru64/ZenPacks/community/Tru64/__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())
@@ -0,0 +1,2 @@
# __init__.py

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

0 comments on commit b062eff

Please sign in to comment.