Skip to content

Commit f820cd5

Browse files
author
James William Pye
committed
Don't forget the module for the chapter.
1 parent 2243c31 commit f820cd5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
##
2+
# .documentation.cluster
3+
##
4+
__doc__ = open(__file__[:__file__.rfind('.')] + '.txt').read()
5+
__docformat__ = 'reStructuredText'
6+
if __name__ == '__main__':
7+
help(__name__)

0 commit comments

Comments
 (0)