mercurial/mpatch.c
changeset 13297 613b8bd2284e
parent 11360 2ac98313b26c
child 13302 a4e0908ce35b
equal deleted inserted replaced
13296:5dda6c708138 13297:613b8bd2284e
   466 {
   466 {
   467 	Py_InitModule3("mpatch", methods, mpatch_doc);
   467 	Py_InitModule3("mpatch", methods, mpatch_doc);
   468 	mpatch_Error = PyErr_NewException("mpatch.mpatchError", NULL, NULL);
   468 	mpatch_Error = PyErr_NewException("mpatch.mpatchError", NULL, NULL);
   469 }
   469 }
   470 #endif
   470 #endif
       
   471 
       
   472 /* Local Variables:      */
       
   473 /* c-file-style: "linux" */
       
   474 /* indent-tabs-mode: t   */
       
   475 /* End:                  */