Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 493410 | Differences between
and this patch

Collapse All | Expand All

(-)dispcalGUI/main.py.orig (+4 lines)
Lines 19-24 if pyver < py_minversion or pyver > py_m Link Here
19
						".".join(str(n) for n in py_maxversion),
19
						".".join(str(n) for n in py_maxversion),
20
					    sys.version.split()[0]))
20
					    sys.version.split()[0]))
21
21
22
# Gentoo compatibility module
23
import wxversion
24
wxversion.select("2.8")
25
22
from config import (autostart_home, datahome, enc, exe, exe_ext, exedir, 
26
from config import (autostart_home, datahome, enc, exe, exe_ext, exedir, 
23
					exename, fs_enc, isapp, isexe, pydir, pyname, pypath,
27
					exename, fs_enc, isapp, isexe, pydir, pyname, pypath,
24
					runtype)
28
					runtype)

Return to bug 493410