~didrocks/unity/altf10

« back to all changes in this revision

Viewing changes to grackle/tests/test_client.py

  • Committer: Aaron Bentley
  • Date: 2012-01-11 13:37:23 UTC
  • Revision ID: aaron@canonical.com-20120111133723-cv7qfdgpd4zpk561
Cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        archive = os.path.split(path)[1]
63
63
        self.send_response(httplib.OK)
64
64
        self.end_headers()
65
 
        print "path: %s" % self.path
66
65
        self.wfile.write(simplejson.dumps(self.server.messages[archive]))
67
66
 
68
67