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

« back to all changes in this revision

Viewing changes to grackle/model.py

  • Committer: William Grant
  • Date: 2012-01-22 11:01:25 UTC
  • Revision ID: william.grant@canonical.com-20120122110125-gd5wzvh60fnm5mrj
Template messages yay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    TIME_UUID_TYPE,
29
29
    )
30
30
 
31
 
from grackle.server.cassandra import workaround_1779
 
31
from grackle.cassandra import workaround_1779
32
32
 
33
33
 
34
34
def create_schema(host, keyspace, clobber=False, create_keyspace=False):