~kxteam/xts/xts-server-trunk

« back to all changes in this revision

Viewing changes to src/xpra-wrapper.in

  • Committer: Joshua Mark Higgins
  • Date: 2013-04-07 20:24:40 UTC
  • Revision ID: joshiggins@gmail.com-20130407202440-25czw5iaea8wsp41
Inital import of project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
'''
 
3
xpra-wrapper
 
4
 
 
5
    A wrapper for xpra with automatic display and port
 
6
    selection and a cleanup watchdog
 
7
 
 
8
Copyright 2012 Joshua Higgins
 
9
 
 
10
This file is part of Xpra Terminal Server (XTS).
 
11
 
 
12
XTS is free software: you can redistribute it and/or modify
 
13
it under the terms of the GNU General Public License as published
 
14
by the Free Software Foundation, either version 3 of the License,
 
15
or (at your option) any later version.
 
16
 
 
17
XTS is distributed in the hope that it will be useful, but
 
18
WITHOUT ANY WARRANTY; without even the implied warranty of
 
19
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
20
See the GNU General Public License for more details.
 
21
 
 
22
You should have received a copy of the GNU General Public License
 
23
along with XTS. If not, see http://www.gnu.org/licenses/.
 
24
'''
 
25
 
 
26
 
 
27
import sys
 
28
sys.path.insert(1, '@pythondir@')