This commit is contained in:
Michael Davidsaver
2014-06-16 18:13:58 -04:00
parent 6a1d485230
commit f66a457504
2 changed files with 13 additions and 1 deletions

View File

@ -13,7 +13,7 @@ It will attempt to scan (call the process method) one a second.
The *INP* field is parsed and the first work identifies the Python module which will provide
the logic behind this record (everything after the first word is passed to the module :py:func:`build` function.
Now create :download:`cntrec.db <../testApp/cntmod.py>` with the following.
Now create :download:`cntmod.py <../testApp/cntmod.py>` with the following.
.. literalinclude:: ../testApp/cntmod.py