~leonardr/launchpadlib/bug-714043

« back to all changes in this revision

Viewing changes to src/launchpadlib/launchpad.py

  • Committer: Leonard Richardson
  • Date: 2011-01-18 22:32:40 UTC
  • mfrom: (109.1.1 death-to-edge)
  • Revision ID: leonard.richardson@canonical.com-20110118223240-yv36zs131szupnkf
[r=leonardr] Remove references to the deprecated edge server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
 
47
47
# Import some constants for backwards compatibility. This way, old
48
 
# scripts that have 'from launchpad import EDGE_SERVICE_ROOT' will still
 
48
# scripts that have 'from launchpad import STAGING_SERVICE_ROOT' will still
49
49
# work.
50
 
from launchpadlib.uris import EDGE_SERVICE_ROOT, STAGING_SERVICE_ROOT
 
50
from launchpadlib.uris import STAGING_SERVICE_ROOT
51
51
OAUTH_REALM = 'https://api.launchpad.net'
52
52
 
53
53