~jml/pkgme/api-rationalization

« back to all changes in this revision

Viewing changes to pkgme/backends/python/all_info

  • Committer: Jonathan Lange
  • Date: 2012-09-03 14:21:54 UTC
  • Revision ID: jml@canonical.com-20120903142154-r8mqic25dk36d093
Remove debugging command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        env = {}
32
32
        if os.path.isfile(os.path.join(root_dir, "setup.py")):
33
33
            env["PYTHONPATH"] = root_dir
34
 
        _run_command(
35
 
            [sys.executable, '-c', 'from pkgme import distutils_command'], env)
36
34
        cmd = [
37
35
            sys.executable,
38
36
            "setup.py",