@@ -127,7 +127,7 @@ PyTypeObject requestacl_type = {
NULL, // tp_as_number
NULL, // tp_as_sequence
NULL, // tp_as_mapping
- NULL, // tp_hash
+ NULL, // tp_hash
NULL, // tp_call
NULL, // tp_str
NULL, // tp_getattro
@@ -250,7 +250,7 @@ PyTypeObject requestcontext_type = {
RequestContext_str, // tp_str
@@ -13,7 +13,7 @@ endif
# test using command-line arguments, so use check-local target instead of TESTS
check-local:
if ENABLE_PYTHON_COVERAGE
- touch $(abs_top_srcdir)/.coverage
+ touch $(abs_top_srcdir)/.coverage
rm -f .coverage
${LN_S} $(abs_top_srcdir)/.coverage .coverage
endif
@@ -222,7 +222,7 @@ PyTypeObject @cppclass@_type = {
// THIS MAY HAVE TO BE CHANGED TO NULL:
@CPPCLASS@_str, // tp_str