Replaced get_ranked_selections with record_details on Solver.
[zeroinstall.git] / zeroinstall / injector / namespaces.py
blob0b440f006409d9bc030b2b258f771fb9e60cce6b
1 """Useful constants.
3 @var XMLNS_IFACE: The XML namespace used for the core elements in an interface file
5 @var config_site: Where our configuration settings are stored
6 @var config_prog: Where our configuration settings are stored
8 @var injector_gui_uri: The URI of the graphical interface for the injector
9 """
11 # Copyright (C) 2006, Thomas Leonard
12 # See the README file for details, or visit http://0install.net.
14 XMLNS_IFACE = 'http://zero-install.sourceforge.net/2004/injector/interface'
15 XMLNS_TRUST = 'http://zero-install.sourceforge.net/2007/injector/trust'
17 config_site = '0install.net'
18 config_prog = 'injector'
20 injector_gui_uri = 'http://0install.net/2008/interfaces/ZeroInstall-GUI.xml'