Imported Upstream version 1.1.2
[platform/upstream/python-nose.git] / functional_tests / support / coverage / blah.py
1 def dostuff():
2     print 'hi'
3
4
5 def notcov():
6     print 'not covered'