~nataliabidart/ubuntuone-client/auth

« back to all changes in this revision

Viewing changes to ubuntuone/clientdefs.py.in

  • Committer: Natalia B. Bidart
  • Date: 2011-01-04 01:14:54 UTC
  • Revision ID: natalia.bidart@canonical.com-20110104011454-0x4g1sbdz8i9hqgj
Added test cases for argument passing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
LIBEXECDIR = "@libexecdir@"
33
33
GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@"
34
34
 
35
 
# these variables are Deprecated, please use ubuntuone.credentials instead
 
35
# these variables are Deprecated, please use ubuntuone.credentials' instead
36
36
APP_NAME = "@SSO_APP_NAME@"
37
37
TC_URL = "@SSO_TC_URL@"
38
38
PING_URL = "@SSO_PING_URL@"