ソースを参照

Removed useless Makefile and obsolete TODO item

Taddeus Kroes 11 年 前
コミット
7b9d3dcf7b
2 ファイル変更0 行追加8 行削除
  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