Mercurial > trustbridge
annotate doc/help/theme/better/__init__.py @ 1310:60e481aa75ca
(issue152) Do not return CryptUIDlgViewContext's return value
The return value is false if the user cancels the dialog.
But as the certificate has been shown this is not really an
error.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 13 Oct 2014 14:13:05 +0200 |
parents | cf1fdb254c41 |
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' |