annotate tools/misc/xen-python-path @ 22848:6341fe0f4e5a
Added tag 4.1.0-rc2 for changeset 9dca60d88c63
author |
Keir Fraser <keir@xen.org> |
date |
Tue Jan 25 14:06:55 2011 +0000 (2011-01-25) |
parents |
0e24e9674ded |
children |
|
rev |
line source |
ewan@13809
|
1 #!/usr/bin/env python
|
ewan@13809
|
2 # -*- mode: python; -*-
|
ewan@13809
|
3 #============================================================================
|
ewan@13809
|
4 # This library is free software; you can redistribute it and/or
|
ewan@13809
|
5 # modify it under the terms of version 2.1 of the GNU Lesser General Public
|
ewan@13809
|
6 # License as published by the Free Software Foundation.
|
ewan@13809
|
7 #
|
ewan@13809
|
8 # This library is distributed in the hope that it will be useful,
|
ewan@13809
|
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
ewan@13809
|
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
ewan@13809
|
11 # Lesser General Public License for more details.
|
ewan@13809
|
12 #
|
ewan@13809
|
13 # You should have received a copy of the GNU Lesser General Public
|
ewan@13809
|
14 # License along with this library; if not, write to the Free Software
|
ewan@13809
|
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
ewan@13809
|
16 #============================================================================
|
ewan@13809
|
17 # Copyright (C) 2007 XenSource Inc.
|
ewan@13809
|
18 #============================================================================
|
ewan@13809
|
19
|
keir@19562
|
20 # Nowadays we install xen in the standard python site-packages
|
keir@19562
|
21 # directories. This script is still provided for the benefit of old
|
keir@19562
|
22 # out-of-xen-tree callers. It is deprecated and will be removed.
|
ewan@13809
|
23
|
keir@19562
|
24 print '/dev/enoent/xen/python-path'
|