~gtg-contributors/gtg/backends20

« back to all changes in this revision

Viewing changes to GTG/__init__.py

  • Committer: Izidor Matušov
  • Date: 2011-12-22 12:30:56 UTC
  • Revision ID: izidor.matusov@gmail.com-20111222123056-noepf02y87gqx52w
GTG schema breaks build :-(

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    PLUGIN_DIR.append(os.path.join(config_home, 'gtg/plugins'))
81
81
 
82
82
# FIXME Register GTG URI (temporary, it should be created by a schema upon installing)
 
83
# FIXME Uncomment it or even better - install it properly - it breaks build
 
84
"""
83
85
try:
84
86
    import gconf
85
87
    domain = "/desktop/gnome/url-handlers/gtg/"
91
93
except ImportError:
92
94
    # Ignore it on systems which do not have GConf
93
95
    pass
 
96
    """