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

« back to all changes in this revision

Viewing changes to grackle/tests/test_model.py

  • Committer: William Grant
  • Date: 2012-01-22 10:39:15 UTC
  • Revision ID: william.grant@canonical.com-20120122103915-lqjw4jsaw3ug1q2g
Merge grackle.server into grackle. Alter Makefile to run all the tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
import fixtures
30
30
from pycassa.util import convert_uuid_to_time
31
31
 
32
 
from grackle.server.model import (
 
32
from grackle.model import (
33
33
    CassandraConnection,
34
34
    _parse_message,
35
35
    )