Mercurial > public > enigma
changeset 4:de413df1c9c5
Futzing around with the doc string & copyright comment order.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 26 May 2012 12:53:00 -0500 |
parents | 345154208fb6 |
children | 6f13bc439359 |
files | enigma/rotors/rotor.py enigma/tests/test_rotor.py |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/enigma/rotors/rotor.py Sat May 26 00:38:36 2012 -0500 +++ b/enigma/rotors/rotor.py Sat May 26 12:53:00 2012 -0500 @@ -1,10 +1,9 @@ -"""rotor.py - this module contains the Rotor class for the Enigma simulation. +# Copyright (C) 2012 by Brian Neal. +# This file is part of Py-Enigma, the Enigma Machine simulation. +# Py-Enigma is released under the MIT License (see License.txt). -Copyright (C) 2012 by Brian Neal. -This file is part of Py-Enigma, the Enigma Machine simulation. -Py-Enigma is released under the MIT License (see License.txt). +"""rotor.py - this module contains the Rotor class for the Enigma simulation.""" -""" import string import collections
--- a/enigma/tests/test_rotor.py Sat May 26 00:38:36 2012 -0500 +++ b/enigma/tests/test_rotor.py Sat May 26 12:53:00 2012 -0500 @@ -1,8 +1,9 @@ -"""test_rotor.py - Unit tests for the Rotor class for the Enigma simulation.""" # Copyright (C) 2012 by Brian Neal. # This file is part of Py-Enigma, the Enigma Machine simulation. # Py-Enigma is released under the MIT License (see License.txt). +"""test_rotor.py - Unit tests for the Rotor class for the Enigma simulation.""" + import unittest import collections import string