~kissiel/checkbox/validation-rework

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Zygmunt Krynicki
  • Date: 2014-03-20 14:16:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2810.
  • Revision ID: zygmunt.krynicki@canonical.com-20140320141611-znrc1bzt898313hj
support: don't multiplex to checkbox-old

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
import subprocess
31
31
import sys
32
32
 
33
 
delegate_to = ['plainbox', 'checkbox-ng', 'checkbox-old', 'checkbox-support']
 
33
delegate_to = ['plainbox', 'checkbox-ng', 'checkbox-support']
34
34
delegate_to.extend(glob.glob('plainbox-provider*'))
35
35
try:
36
36
    base = os.path.dirname(__file__)