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

Collapse All | Expand All

(-)pithos/pithosconfig.py (-1 / +5 lines)
Lines 16-22 Link Here
16
16
17
# where your project will head for your data (for instance, images and ui files)
17
# where your project will head for your data (for instance, images and ui files)
18
# by default, this is data, relative your trunk layout
18
# by default, this is data, relative your trunk layout
19
__pithos_data_directory__ = 'data/'
19
#__pithos_data_directory__ = 'data/'
20
from os.path import isdir, normpath, join
21
__pithos_data_directory__ = (normpath(join(__file__, 'data/'))
22
			     if isdir(join(__file__, 'data/'))
23
                             else '/usr/share/pithos')
20
__license__ = 'GPL-3'
24
__license__ = 'GPL-3'
21
25
22
VERSION = '0.3.18'
26
VERSION = '0.3.18'

Return to bug 494396