Fix name of XQueueInterface

This commit is contained in:
Calen Pennington
2012-08-14 09:17:37 -04:00
parent 09fc932a20
commit f09aca917f

View File

@@ -55,7 +55,7 @@ def parse_xreply(xreply):
return (return_code, content)
class XqueueInterface:
class XQueueInterface:
'''
Interface to the external grading system
'''