/[pywms]/trunk/install/pyows_getspdir.py
ViewVC logotype

Contents of /trunk/install/pyows_getspdir.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations)
Tue Oct 21 07:54:43 2008 UTC (16 years, 4 months ago) by sebastianh
File MIME type: text/x-python
File size: 974 byte(s)
initial source code import
1 #!/usr/bin/env python
2 #-*- coding: utf-8 -*-
3
4 # This file is part of the PyWMS package (= program).
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 2 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17 #
18 # author(s): Sebastian Holler <shgeo/at/online.de>
19 #
20 # Copyright (c)2008 by Sebastian Holler
21
22
23 # for document references, used in this source code: see <README_dev>
24
25 from distutils.sysconfig import get_python_lib
26
27 print get_python_lib()

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26