From bc67f945465e64f11ab855147b98d2d000ef2141 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Wed, 9 Jan 2008 20:23:12 -0700
Subject: [PATCH] Makefile: pyflakes: the newest pyflakes is more picky, more
 verbose, and prints the same message multiple times

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 69676620..5bf40467 100644
--- a/Makefile
+++ b/Makefile
@@ -244,7 +244,7 @@ endif
 	 $(PYTHON) misc/figleaf2el.py .figleaf src
 
 pyflakes:
-	$(PYTHON) -OOu `which pyflakes` src/allmydata
+	$(PYTHON) -OOu `which pyflakes` src/allmydata |sort |uniq
 
 count-lines:
 	@echo -n "files: "
-- 
2.45.2