~salgado/offspring/builder-list

« back to all changes in this revision

Viewing changes to lib/offspring/master/tests.py

  • Committer: Michael-Doyle Hudson
  • Date: 2011-09-20 01:12:05 UTC
  • mfrom: (13.1.70 offspring)
  • Revision ID: michael.hudson@linaro.org-20110920011205-mlv3fxlfwgi26jpu
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import unittest
7
7
 
8
8
from offspring import config
9
 
from offspring.notifications import (
 
9
from offspring.master.notifications import (
10
10
    notify_crash,
11
11
    notify_problem,
12
12
)