# HG changeset patch # User Brian Neal # Date 1338054780 18000 # Node ID de413df1c9c579dd1899e9950749520a7ef11488 # Parent 345154208fb6d53b903ac364f411f0892a9b5d46 Futzing around with the doc string & copyright comment order. diff -r 345154208fb6 -r de413df1c9c5 enigma/rotors/rotor.py --- 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 diff -r 345154208fb6 -r de413df1c9c5 enigma/tests/test_rotor.py --- 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