diff options
| author | Arch Librarian <arch@canonical.com> | 2004-11-24 10:00:24 +0000 |
|---|---|---|
| committer | Arch Librarian <arch@canonical.com> | 2004-11-24 10:00:24 +0000 |
| commit | 83444392a4c3a90b3103aa02d47426e3a9649a05 (patch) | |
| tree | 906bf687e956f544c4c4e8fcf931e45ee8c6f581 /python/apt_pkgmodule.h | |
| parent | fb390d9eaba98e072fe9c9073928daf147aff7c0 (diff) | |
| download | python-apt-83444392a4c3a90b3103aa02d47426e3a9649a05.tar.gz | |
Changed include paths
Author: jgg
Date: 2002-01-08 06:53:04 GMT
Changed include paths
Diffstat (limited to 'python/apt_pkgmodule.h')
| -rw-r--r-- | python/apt_pkgmodule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/apt_pkgmodule.h b/python/apt_pkgmodule.h index 54eb1ec0..bc3e286c 100644 --- a/python/apt_pkgmodule.h +++ b/python/apt_pkgmodule.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt_pkgmodule.h,v 1.2 2001/02/23 05:46:02 jgg Exp $ +// $Id: apt_pkgmodule.h,v 1.3 2002/01/08 06:53:04 jgg Exp $ /* ###################################################################### Prototypes for the module @@ -10,7 +10,7 @@ #ifndef APT_PKGMODULE_H #define APT_PKGMODULE_H -#include <python/Python.h> +#include <Python.h> // Configuration Stuff #define Configuration_Check(op) ((op)->ob_type == &ConfigurationType || \ |
