wmi-1.3.16 from opsview.com
This commit is contained in:
Executable
+18
@@ -0,0 +1,18 @@
|
||||
#! /usr/bin/env python
|
||||
###########################################################################
|
||||
#
|
||||
# This program is part of Zenoss Core, an open source monitoring platform.
|
||||
# Copyright (C) 2008-2010, Zenoss Inc.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2, or (at your
|
||||
# option) any later version, as published by the Free Software Foundation.
|
||||
#
|
||||
# For complete information please visit: http://www.zenoss.com/oss/
|
||||
#
|
||||
###########################################################################
|
||||
import sys
|
||||
import os
|
||||
version = '.'.join(map(str, sys.version_info[:2]))
|
||||
print os.path.join(sys.prefix, 'include', 'python' + version)
|
||||
|
||||
Reference in New Issue
Block a user