From b84bc7a7ce6649f786b5b3f80e944cb51b332faf Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Wed, 16 May 2012 12:58:04 +0200 Subject: Avoid "warning: no newline at end of file" in importlib.h. --- Python/importlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/importlib.h') diff --git a/Python/importlib.h b/Python/importlib.h index 0beeb595db..cf5619a6c4 100644 --- a/Python/importlib.h +++ b/Python/importlib.h @@ -3029,4 +3029,4 @@ unsigned char _Py_M__importlib[] = { 12,17,6,2,12,47,18,25,12,23,12,15,24,30,6,1, 6,3,12,54, }; -/* Mercurial binary marker: */ \ No newline at end of file +/* Mercurial binary marker: */ -- cgit v1.2.1