summaryrefslogtreecommitdiff
path: root/python/tar.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-11-24 10:00:24 +0000
committerArch Librarian <arch@canonical.com>2004-11-24 10:00:24 +0000
commit83444392a4c3a90b3103aa02d47426e3a9649a05 (patch)
tree906bf687e956f544c4c4e8fcf931e45ee8c6f581 /python/tar.cc
parentfb390d9eaba98e072fe9c9073928daf147aff7c0 (diff)
downloadpython-apt-83444392a4c3a90b3103aa02d47426e3a9649a05.tar.gz
Changed include paths
Author: jgg Date: 2002-01-08 06:53:04 GMT Changed include paths
Diffstat (limited to 'python/tar.cc')
-rw-r--r--python/tar.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tar.cc b/python/tar.cc
index 09f6b680..40350d2c 100644
--- a/python/tar.cc
+++ b/python/tar.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: tar.cc,v 1.1 2001/09/30 03:52:58 jgg Exp $
+// $Id: tar.cc,v 1.2 2002/01/08 06:53:04 jgg Exp $
/* ######################################################################
Tar Inteface
@@ -15,7 +15,7 @@
#include <apt-pkg/debfile.h>
#include "apt_instmodule.h"
-#include <python/Python.h>
+#include <Python.h>
/*}}}*/
class ProcessTar : public pkgDirStream