~didrocks/ubuntuone-client/use_result_var

« back to all changes in this revision

Viewing changes to ubuntuone/api/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2011-02-11 16:18:11 UTC
  • mto: This revision was merged to the branch mainline in revision 67.
  • Revision ID: james.westby@ubuntu.com-20110211161811-n18dj9lde7dxqjzr
Tags: upstream-1.5.4
ImportĀ upstreamĀ versionĀ 1.5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2009-2010 Canonical Ltd.
 
1
# ubuntuone.api.__init__ - load the correct api according to the platform
 
2
#
 
3
# Author: Manuel de la Pena <manuel@canonical.com>
 
4
#
 
5
# Copyright 2010 Canonical Ltd.
2
6
#
3
7
# This program is free software: you can redistribute it and/or modify it
4
8
# under the terms of the GNU General Public License version 3, as published
11
15
#
12
16
# You should have received a copy of the GNU General Public License along
13
17
# with this program.  If not, see <http://www.gnu.org/licenses/>.
14
 
"""Code to talk to public API in one.ubuntu.com"""
 
18