~ricardokirkner/click-toolbelt/fix-storeapi-upload-missing-config

« back to all changes in this revision

Viewing changes to click_toolbelt/login.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:
4
4
from __future__ import absolute_import, unicode_literals
5
5
import logging
6
6
 
7
 
from click_toolbelt.api.login import login
 
7
from click_toolbelt.api import login
8
8
from click_toolbelt.common import (
9
9
    Command,
10
10
    CommandError,