From 79af932dab26a3c8ef31d840f94582b9b922855a Mon Sep 17 00:00:00 2001 From: Dawid Fatyga Date: Tue, 24 Apr 2012 22:53:42 +0200 Subject: Added modification info. --- mox.py | 4 +++- mox_test.py | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mox.py b/mox.py index fce84bb..56e159f 100755 --- a/mox.py +++ b/mox.py @@ -14,7 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# This file was mofified by quermit@gmail.com +# This file was mofified by: +# quermit@gmail.com +# dawid.fatyga@gmail.com """Mox, an object-mocking framework for Python. diff --git a/mox_test.py b/mox_test.py index 7810fb4..3d95f38 100755 --- a/mox_test.py +++ b/mox_test.py @@ -16,7 +16,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# This file was mofified by quermit@gmail.com +# This file was mofified by: +# quermit@gmail.com +# dawid.fatyga@gmail.com import io import unittest -- cgit v1.2.1