mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
cosmetic changes so these modules will work with the strict new naming scheme
This commit is contained in:
parent
6c1874fc2b
commit
a597dde3f1
8 changed files with 23 additions and 30 deletions
|
@ -24,13 +24,10 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
/* syslog module */
|
||||
|
||||
#include "allobjects.h"
|
||||
#include "modsupport.h"
|
||||
#include "Python.h"
|
||||
|
||||
#include <syslog.h>
|
||||
|
||||
#include "rename1.h"
|
||||
|
||||
static PyObject *
|
||||
syslog_openlog(self, args)
|
||||
PyObject * self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue