From bc46c4d704e4db137b8a2a5cfe8180d1bfb803d9 Mon Sep 17 00:00:00 2001 From: "roberto@debian32" Date: Fri, 23 Sep 2011 08:36:28 +0200 Subject: [PATCH] python3 fix --- uwsgiconfig.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/uwsgiconfig.py b/uwsgiconfig.py index 7eb1ce3f..59dc637f 100644 --- a/uwsgiconfig.py +++ b/uwsgiconfig.py @@ -155,8 +155,6 @@ def build_uwsgi(uc): p_cflags = cflags[:] p_cflags += up.CFLAGS - print p_cflags - try: p_cflags.remove('-Wdeclaration-after-statement') except: