Tell the user when a background update completes, not when it starts
[zeroinstall/solver.git] / zeroinstall / injector / namespaces.py
blob4b9455a164e004b4c19b489eefb1c1f4c8b11ce5
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
7 """
9 # Copyright (C) 2009, Thomas Leonard
10 # See the README file for details, or visit http://0install.net.
12 XMLNS_IFACE = 'http://zero-install.sourceforge.net/2004/injector/interface'
13 XMLNS_TRUST = 'http://zero-install.sourceforge.net/2007/injector/trust'
15 config_site = '0install.net'
16 config_prog = 'injector'