~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/chat.py

  • Committer: Matt Giuca
  • Date: 2010-02-25 00:44:08 UTC
  • Revision ID: matt.giuca@gmail.com-20100225004408-8jtbaw5qo6u46xf1
Exercise editor: Renamed text field 'Included code' to 'Code available in test cases', to fix the misconception that this code will be available to students. Fixes Launchpad bug #523525.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
            # Grab the input and try to decode
93
93
            inp = recv_netstring(conn)
94
94
            try:
95
 
                content = decode(inp, magic)
 
95
                content = decode(inp)
96
96
            except ProtocolError:
97
97
                conn.close()
98
98
                continue