Mercurial > trustbridge
annotate manuals/theme/better/__init__.py @ 1118:fd85a02d771d
(issue54) Implement a privilege drop to execute the program after installation.
This commit is extremly ugly as I accidentally worked in a
working tree that was partially merged with default.
To review the real change please check the commit that will
merge this branch into default.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 16 Sep 2014 19:45:19 +0200 |
parents | 519b14c5260d |
children |
rev | line source |
---|---|
934
519b14c5260d
(issue89) Add sphinx better theme
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
1 import os |
519b14c5260d
(issue89) Add sphinx better theme
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
2 better_theme_path = os.path.split(os.path.dirname(__file__))[0] |
519b14c5260d
(issue89) Add sphinx better theme
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff
changeset
|
3 __version__ = '0.1.5' |