~mvo/software-center/arb-partner-channels-5.0

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Michael Vogt
  • Date: 2012-03-27 14:52:55 UTC
  • Revision ID: michael.vogt@ubuntu.com-20120327145255-ckob6sntlgtvnxpe
pyflake fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import glob
7
7
import os
8
8
import re
9
 
from subprocess import call
 
9
from subprocess import call, Popen, PIPE
10
10
import sys
11
11
 
12
12
from distutils.core import setup