python3 fix

This commit is contained in:
roberto@debian32
2011-09-23 08:36:28 +02:00
parent a73a010188
commit bc46c4d704
-2
View File
@@ -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: