"""Useful constants.
@var XMLNS_IFACE: The XML namespace used for the core elements in an interface file
@var config_site: Where our configuration settings are stored
@var config_prog: Where our configuration settings are stored
@var injector_gui_uri: The URI of the graphical interface for the injector
"""
# Copyright (C) 2006, Thomas Leonard
# See the README file for details, or visit http://0install.net.
XMLNS_IFACE = 'http://zero-install.sourceforge.net/2004/injector/interface'
XMLNS_TRUST = 'http://zero-install.sourceforge.net/2007/injector/trust'
config_site = '0install.net'
config_prog = 'injector'
injector_gui_uri = 'http://0install.net/2007/interfaces/ZeroInstall-GUI.xml'
syntax highlighted by Code2HTML, v. 0.9.1