1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

Move python modules from source4/scripting/python/ to python/.

Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Sat Mar  2 03:57:34 CET 2013 on sn-devel-104
This commit is contained in:
Jelmer Vernooij 2012-12-28 15:37:14 +01:00 committed by Andrew Bartlett
parent 80fce353e7
commit 87afc3aee1
120 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@
#include <Python.h>
#include "includes.h"
#include "libcli/util/pyerrors.h"
#include "scripting/python/modules.h"
#include "python/modules.h"
#include "../libcli/nbt/libnbt.h"
#include "lib/events/events.h"

View File

@ -19,7 +19,7 @@
#include <Python.h>
#include "includes.h"
#include "scripting/python/modules.h"
#include "python/modules.h"
#include "dynconfig/dynconfig.h"
static bool PySys_PathPrepend(PyObject *list, const char *path)

Some files were not shown because too many files have changed in this diff Show More