2008-01-12 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/Config/__init__.py: revert wrong indentation changes svn: r9787
This commit is contained in:
parent
48df32fad1
commit
3dbb428759
@ -1,3 +1,6 @@
|
||||
2008-01-12 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||
* src/Config/__init__.py: revert wrong indentation changes
|
||||
|
||||
2008-01-12 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/const.py.in: new manual constant keys
|
||||
* src/GrampsDisplay.py: show wiki manual, allow webpage and
|
||||
|
@ -23,6 +23,7 @@
|
||||
"""
|
||||
This package implements access to GRAMPS configuration.
|
||||
It provides the choice between different storage backends.
|
||||
|
||||
"""
|
||||
|
||||
from _GrampsConfigKeys import *
|
||||
@ -37,11 +38,11 @@ def __upgrade_gconf():
|
||||
data = GconfKeys.get(key)
|
||||
set(key, data)
|
||||
|
||||
if not os.path.exists(INIFILE):
|
||||
try:
|
||||
__upgrade_gconf()
|
||||
except ImportError:
|
||||
print "Cannot upgrade GCONF settings"
|
||||
if not os.path.exists(INIFILE):
|
||||
try:
|
||||
__upgrade_gconf()
|
||||
except ImportError:
|
||||
print "Cannot upgrade GCONF settings"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user