~sergiusens/click/schroot_configuration_overlay_detection

« back to all changes in this revision

Viewing changes to click_package/commands/install.py

  • Committer: Sergio Schvezov
  • Date: 2017-05-26 16:02:13 UTC
  • Revision ID: sergio.schvezov@canonical.com-20170526160213-y0hipkbbnyownqbg
Rename the python package this installs from click to click_package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
from gi.repository import Click
25
25
 
26
 
from click.install import ClickInstaller, ClickInstallerError
 
26
from click_package.install import ClickInstaller, ClickInstallerError
27
27
 
28
28
 
29
29
def run(argv):