Quellcode durchsuchen

Removed useless Makefile and obsolete TODO item

Taddeus Kroes vor 11 Jahren
Ursprung
Commit
7b9d3dcf7b
2 geänderte Dateien mit 0 neuen und 8 gelöschten Zeilen
  1. 0 6
      Makefile
  2. 0 2
      TODO

+ 0 - 6
Makefile

@@ -1,6 +0,0 @@
-.PHONY: all clean
-
-all:
-
-clean:
-	find -name \*.pyc -delete

+ 0 - 2
TODO

@@ -1,5 +1,3 @@
 - (Unit) tests
 - Mutual exclusion in Server/Client (multiple threads sending stuff at the same
   time will go wrong)
-- Extensions: pass parameters for Extension.header_params() to websocket
-  constructor