1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

s4:scripting/python/modules.c - remove a really unnecessary variable

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Thu Feb 17 16:01:44 CET 2011 on sn-devel-104
This commit is contained in:
Matthias Dieter Wallnöfer
2011-02-17 14:47:10 +01:00
parent 2045cd7ed7
commit aa3f749575

View File

@ -33,7 +33,6 @@ static bool PySys_PathPrepend(PyObject *list, const char *path)
bool py_update_path()
{
char *newpath;
PyObject *mod_sys, *py_path;
mod_sys = PyImport_ImportModule("sys");