From d2b2c90a06bf1f4a21df196430d1f95856900410 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Thu, 30 Jun 2011 17:36:45 -0400 Subject: Move the modules, modules-test and systeminfo subdirs into 'attic' --- modules/FindLibPython.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 modules/FindLibPython.py (limited to 'modules/FindLibPython.py') diff --git a/modules/FindLibPython.py b/modules/FindLibPython.py deleted file mode 100644 index ec21b338..00000000 --- a/modules/FindLibPython.py +++ /dev/null @@ -1,13 +0,0 @@ - -# Copyright (c) 2007, Simon Edwards -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. - -import sys -import distutils.sysconfig - -print("exec_prefix:%s" % sys.exec_prefix) -print("short_version:%s" % sys.version[:3]) -print("long_version:%s" % sys.version.split()[0]) -print("py_inc_dir:%s" % distutils.sysconfig.get_python_inc()) -print("site_packages_dir:%s" % distutils.sysconfig.get_python_lib(plat_specific=1)) -- cgit v1.2.1