~elachuni/software-center/pep8-test-part21

« back to all changes in this revision

Viewing changes to softwarecenter/backend/piston/scaclient_pristine.py

  • Committer: Kiwinote
  • Date: 2012-03-18 14:49:06 UTC
  • mfrom: (2870.1.3 pep8-test)
  • Revision ID: kiwinote@gmail.com-20120318144906-356qpss9pdtuj68w
  lp:~elachuni/software-center/pep8-test-part19,
  lp:~elachuni/software-center/pep8-test-part20:

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
PUBLIC_API_SCHEME = 'http'
9
9
AUTHENTICATED_API_SCHEME = 'https'
10
10
 
 
11
 
11
12
class SoftwareCenterAgentAPI(PistonAPI):
12
13
    default_service_root = 'http://localhost:8000/api/2.0'
13
14