Commit c7e0b576 by Your Name Committed by Jay Zoldak

fix missing paren

parent 03725de3
......@@ -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,
......
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