~checkbox-dev/checkbox/trunk

« back to all changes in this revision

Viewing changes to plainbox/plainbox/provider_manager.py

  • Committer: Daniel Manrique
  • Author(s): Zygmunt Krynicki
  • Date: 2014-03-30 01:05:12 UTC
  • mfrom: (2846.1.1 launchpad/fix-1299486)
  • Revision ID: daniel_manrique-20140330010512-v308jk0ci6as8mmv
"automatic merge by tarmac [r=roadmr][bug=1299486][author=zkrynicki]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
    # Template of the location= entry
154
154
    _LOCATION_TEMPLATE = os.path.join(
155
155
        '{prefix}', 'lib', 'plainbox-providers-1',
156
 
        '{provider.name_without_colon}')
 
156
        '{provider.name}')
157
157
 
158
158
    # Templates for various installation layouts
159
159
    _INSTALL_LAYOUT = {