diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-22 11:52:23 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-22 11:52:23 +0000 |
| commit | f505ecbf86d6ab30208c579a5e25c819c3733d89 (patch) | |
| tree | dc803bcb82c624f2481b9786fe6bae57c89034d1 /python/acquire.h | |
| parent | 86fea3ed91794aa9537a3b197dbaac500b82f2d8 (diff) | |
| download | python-apt-f505ecbf86d6ab30208c579a5e25c819c3733d89.tar.gz | |
* fixes in the acquire interface code (use CppPyObject with pkgAcquire* directly instead of using a PkgAcquireStruct)
Diffstat (limited to 'python/acquire.h')
| -rw-r--r-- | python/acquire.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/acquire.h b/python/acquire.h deleted file mode 100644 index 1afcfff3..00000000 --- a/python/acquire.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <apt-pkg/acquire-item.h> - -struct PkgAcquireStruct -{ - pkgAcquire fetcher; -}; |
