1 """
2 Miscellaneous functions used by Topographica files outside topo.base.
3
4 This package is intended to be self-contained, i.e., should not refer to any
5 other part of Topographica. For instance, files should not generally include an
6 import statement like 'from topo.package.module import' or 'import
7 topo.package.module'. Those that follow this convention will be
8 easily available for anyone to copy and use in their own unrelated
9 projects; they are not specific to Topographica in any way.
10
11 $Id: __init__.py 8991 2008-08-25 10:13:59Z ceball $
12 """
13 __version__='$Revision: 8991 $'
14
15 __all__=['commandline','distribution','filepath','gendocs','inlinec','keyedlist','numbergenerator','patternfn','trace','util']
16