~unity-2d-team/unity-2d/Shell-MultiMonitor

« back to all changes in this revision

Viewing changes to grackle/server/wsgi.py

  • Committer: William Grant
  • Date: 2012-01-22 08:35:26 UTC
  • Revision ID: william.grant@canonical.com-20120122083526-bgfpczfxhoa42ztp
date_created is no longer part of the original message dict.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
import web
23
23
 
24
 
from grackle.model import CassandraConnection
 
24
from grackle.server.model import CassandraConnection
25
25
 
26
26
conn = None
27
27