Made some pylint changes, removed Projector hierarchy, fixed a sending-bug.
commit42b42f19c841392e09dd23826ce8963863556655
authorBenedikt Sauer <filmor@gmail.com>
Thu, 4 Sep 2008 16:27:10 +0000 (4 18:27 +0200)
committerBenedikt Sauer <filmor@gmail.com>
Thu, 4 Sep 2008 16:27:10 +0000 (4 18:27 +0200)
tree8c5d1b20218048894ca1350701d45c63d4abd664
parent48f21deb28593a4969732a09b44c5a58dccf111f
Made some pylint changes, removed Projector hierarchy, fixed a sending-bug.

- As projectors don't have the priority-attribute anymore, they can just
  be generators for themselves (used for movie_- and control_projector)
- Use sendall instead of send as stackless closes the socket before
  sending the data :/
server/control_handler.py
server/parser.py
server/projector.py [deleted file]
server/server.py