~ricardokirkner/click-toolbelt/release-0.4.0

« back to all changes in this revision

Viewing changes to click_toolbelt/api/__init__.py

  • Committer: Ricardo Kirkner
  • Date: 2015-12-21 18:41:57 UTC
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: ricardo.kirkner@canonical.com-20151221184157-w5tyoho8grkyk1cy
expose api via flat namespace

refactor api package to expose functions on a flat namespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright 2015 Canonical Ltd.  This software is licensed under the
2
2
# GNU General Public License version 3 (see the file LICENSE).
 
3
 
 
4
from .channels import get_channels, update_channels  # noqa
 
5
from .info import get_info  # noqa
 
6
from ._login import login  # noqa
 
7
from ._upload import upload  # noqa