Made the notification recipients more explicit
[xnet] / xnet / example / tests.py
CommitLineData
33234b2f
RB
1from django import test
2
3
4class ExampleTestCase(test.TestCase):
5 def test_trivial(self):
6 pass