fix missing paren

This commit is contained in:
Your Name
2013-05-15 14:38:48 -04:00
committed by Jay Zoldak
parent 03725de34a
commit c7e0b576d0

View File

@@ -45,7 +45,7 @@ class MockCommentServiceRequestHandler(BaseHTTPRequestHandler):
self.end_headers()
return False
def do_PUT self):
def do_PUT(self):
'''
Handle a PUT request from the client
Used by the APIs for comment threads, commentables, comments,