Commit b1f1b6f0 authored by Jondy Zhao's avatar Jondy Zhao

Change function name of netuse module.

parent 82e354fa
......@@ -317,7 +317,7 @@ netuse_usage_report(PyObject *self, PyObject *args)
static PyMethodDef NetUseMethods[] = {
{
"userinfo",
"userInfo",
netuse_user_info,
METH_VARARGS,
(
......@@ -327,7 +327,7 @@ static PyMethodDef NetUseMethods[] = {
)
},
{
"mapdrive",
"mapDrive",
netuse_map_drive,
METH_VARARGS,
(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment