Commit d2d52c73 authored by James Bowman's avatar James Bowman

#818, Propset Rev

parent 60046875
......@@ -3989,7 +3989,7 @@ void initcv()
m = Py_InitModule(MODULESTR"", methods);
d = PyModule_GetDict(m);
PyDict_SetItemString(d, "__version__", PyString_FromString("$Rev: 3057 $"));
PyDict_SetItemString(d, "__version__", PyString_FromString("$Rev$"));
opencv_error = PyErr_NewException((char*)MODULESTR".error", NULL, NULL);
PyDict_SetItemString(d, "error", opencv_error);
......
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