From c643ad4d814f081aae19fd82acc1dd1a2aaf840d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 20 Aug 2013 14:01:39 +0200 Subject: pylibmount: coding style changes, don't touch Context() status It's better to follow libmnt_context status than allow to play any nasty games with this important variables in Python. Signed-off-by: Karel Zak --- libmount/python/tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmount/python/tab.c') diff --git a/libmount/python/tab.c b/libmount/python/tab.c index d74a5ad48..da7109263 100644 --- a/libmount/python/tab.c +++ b/libmount/python/tab.c @@ -582,7 +582,7 @@ static PyObject *Table_new(PyTypeObject *type, /* explicit tab.__init__() serves as mnt_reset_table(tab) would in C * and as mnt_new_table{,_from_dir,_from_file}() with proper arguments */ -#define Table_HELP "Tab(path=None, errcb=None)" +#define Table_HELP "Table(path=None, errcb=None)" static int Table_init(TableObject *self, PyObject *args, PyObject *kwds) { struct libmnt_cache *cache; -- cgit v1.2.3-55-g7522