Mercurial > trustbridge
annotate manuals/theme/better/__init__.py @ 1155:5f5880cca5cf
Fix connect syntax in downloader destroy notification.
The braces were missing and qt warned about that.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 18 Sep 2014 12:55:12 +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' |