Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 115079
Collapse All | Expand All

(-)openrpg1.orig/start.py (+5 lines)
Lines 1-5 Link Here
1
#!/usr/bin/env python
1
#!/usr/bin/env python
2
2
3
from os import chdir;
4
chdir("GENTOO_DATADIR");
5
from sys import path;
6
path.append("GENTOO_LIBDIR");
7
3
import pyver
8
import pyver
4
pyver.checkPyVersion()
9
pyver.checkPyVersion()
5
10
(-)openrpg1.orig/start_server.py (+6 lines)
Lines 1-4 Link Here
1
#!/usr/bin/env python
1
#!/usr/bin/env python
2
3
from os import chdir;
4
chdir("GENTOO_DATADIR");
5
from sys import path;
6
path.append("GENTOO_LIBDIR");
7
2
import pyver
8
import pyver
3
import sys
9
import sys
4
pyver.checkPyVersion()
10
pyver.checkPyVersion()
(-)openrpg1.orig/start_server_gui.py (+5 lines)
Lines 1-5 Link Here
1
#!/usr/bin/env python
1
#!/usr/bin/env python
2
2
3
from os import chdir;
4
chdir("GENTOO_DATADIR");
5
from sys import path;
6
path.append("GENTOO_LIBDIR");
7
3
import pyver
8
import pyver
4
pyver.checkPyVersion()
9
pyver.checkPyVersion()
5
10

Return to bug 115079