diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-08-08 18:57:34 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-08-08 18:57:34 +0200 |
| commit | 31d95030344c77d97d3245515a861a73732d0c5c (patch) | |
| tree | 6cfe66c1e7f4843290b389882744a35f7d604e85 /setup.py | |
| parent | e526904d0440e720cbeebf895faf884717f3fbb3 (diff) | |
| download | python-apt-31d95030344c77d97d3245515a861a73732d0c5c.tar.gz | |
python/tarfile.cc: Introduce wrapper around ExtractTar.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ apt_pkg = Extension("apt_pkg", files, libraries=["apt-pkg"]) # The apt_inst module files = ["python/apt_instmodule.cc", "python/generic.cc", "python/tar.cc", - "python/arfile.cc"] + "python/arfile.cc", "python/tarfile.cc"] apt_inst = Extension("apt_inst", files, libraries=["apt-pkg", "apt-inst"]) # Replace the leading _ that is used in the templates for translation |
