Imported Upstream version 1.1.2
[platform/upstream/python-nose.git] / unit_tests / support / foo / __init__.py
1 boodle = True
2
3 def somefunc():
4     """This is a doctest in somefunc.
5     >>> 'a'
6     'a'
7     """