Commit 9c0e4169 by Calen Pennington

Make XQueueInterface a new-style class

parent 814f55aa
...@@ -55,7 +55,7 @@ def parse_xreply(xreply): ...@@ -55,7 +55,7 @@ def parse_xreply(xreply):
return (return_code, content) return (return_code, content)
class XQueueInterface: class XQueueInterface(object):
''' '''
Interface to the external grading system Interface to the external grading system
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment