~snappy-dev/snapcraft/core

« back to all changes in this revision

Viewing changes to snapcraft/plugins/python2.py

  • Committer: Sergio Schvezov
  • Date: 2015-10-01 08:54:15 UTC
  • mto: This revision was merged to the branch mainline in revision 225.
  • Revision ID: sergio.schvezov@canonical.com-20151001085415-bnh59efda36tjyt1
Remove the -project from plugin names that have been released and add a deprecation message

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import snapcraft
21
21
 
22
22
 
23
 
class Python2ProjectPlugin(snapcraft.BasePlugin):
 
23
class Python2Plugin(snapcraft.BasePlugin):
24
24
 
25
25
    _PLUGIN_STAGE_PACKAGES = [
26
26
        'python-dev',