annotate pyenigma.py @ 40:e7b2424704c1

Document pyenigma.py. Fix bug in keyfile.py.
author Brian Neal <bgneal@gmail.com>
date Mon, 04 Jun 2012 20:05:51 -0500
parents 62e0d0e2628b
children
rev   line source
bgneal@30 1 #!/usr/bin/env python
bgneal@30 2 # Copyright (C) 2012 by Brian Neal.
bgneal@30 3 # This file is part of Py-Enigma, the Enigma Machine simulation.
bgneal@30 4 # Py-Enigma is released under the MIT License (see License.txt).
bgneal@30 5
bgneal@30 6 import enigma.main
bgneal@30 7
bgneal@30 8 enigma.main.console_main()