summaryrefslogtreecommitdiff
path: root/python/depcache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'python/depcache.cc')
-rw-r--r--python/depcache.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/depcache.cc b/python/depcache.cc
index 70d5af4e..ef2240ce 100644
--- a/python/depcache.cc
+++ b/python/depcache.cc
@@ -614,7 +614,7 @@ static PyObject *PkgDepCacheNew(PyTypeObject *type,PyObject *Args,PyObject *kwds
return DepCachePyObj;
}
-static const char *doc_PkgDepCache = "DepCache(cache) -> DepCache() object\n\n"
+static char *doc_PkgDepCache = "DepCache(cache) -> DepCache() object\n\n"
"A DepCache() holds extra information on the state of the packages.\n\n"
"The parameter *cache* refers to an apt_pkg.Cache() object.";
PyTypeObject PkgDepCacheType =
@@ -893,7 +893,7 @@ static PyObject *PkgActionGroupNew(PyTypeObject *type,PyObject *Args,PyObject *k
}
-static const char *doc_PkgActionGroup = "ActionGroup(depcache)\n\n"
+static char *doc_PkgActionGroup = "ActionGroup(depcache)\n\n"
"Create a new ActionGroup() object. The parameter *depcache* refers to an\n"
"apt_pkg.DepCache() object.\n\n"
"ActionGroups disable certain cleanup actions, so modifying many packages\n"