Imported Upstream version 1.1.2
[platform/upstream/python-nose.git] / unit_tests / support / foo / bar / buz.py
1 from foo import boodle
2
3 def afunc():
4     """This is a doctest
5     >>> 2 + 3
6     5
7     """
8     pass