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

« back to all changes in this revision

Viewing changes to grackle/testing/cassandra.py

  • Committer: William Grant
  • Date: 2012-01-22 12:36:48 UTC
  • Revision ID: william.grant@canonical.com-20120122123648-15b1dhwyhin355jp
Fix wsgi to cope with memo changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from fixtures import Fixture, TempDir
22
22
from pycassa.system_manager import SystemManager
23
23
 
24
 
from grackle.server.cassandra import workaround_1779
25
 
from grackle.server.model import create_schema
 
24
from grackle.cassandra import workaround_1779
 
25
from grackle.model import create_schema
26
26
 
27
27
 
28
28
class TemporaryKeyspace(Fixture):