~facundo/ubuntuone-client/working-speedups

« back to all changes in this revision

Viewing changes to ubuntuone/clientdefs.py.in

  • Committer: natalia.bidart at canonical
  • Date: 2010-08-20 21:09:00 UTC
  • mto: This revision was merged to the branch mainline in revision 646.
  • Revision ID: natalia.bidart@canonical.com-20100820210900-1lfreoa8tfhzhtr3
Moving constants to another file to avoid ImportError's.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
client.
22
22
 
23
23
"""
 
24
import gettext
 
25
 
 
26
 
 
27
_ = gettext.gettext
 
28
 
24
29
 
25
30
# pylint: disable-msg=C0301
26
31
VERSION = "@VERSION@"
27
32
LOCALEDIR = "@localedir@"
28
33
LIBEXECDIR = "@libexecdir@"
29
34
GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@"
 
35
 
 
36
APP_NAME = 'Ubuntu One'
 
37
TC_URL = 'https://one.ubuntu.com/terms'
 
38
DESCRIPTION = _('Ubuntu One uses Ubuntu Single Sign-On (SSO).\nProvide the ' \
 
39
                'following information to create accounts for both services.')