summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Fatyga <dawid.fatyga@gmail.com>2012-04-24 22:53:42 +0200
committerDawid Fatyga <dawid.fatyga@gmail.com>2012-04-24 22:53:42 +0200
commit79af932dab26a3c8ef31d840f94582b9b922855a (patch)
tree5e262a975adc798d4a4acaa87934f8d1383b3515
parent09fd9fa35368f98c33199eccb41e6d9bfe4c84c4 (diff)
downloadpymox-79af932dab26a3c8ef31d840f94582b9b922855a.tar.gz
Added modification info.
-rwxr-xr-xmox.py4
-rwxr-xr-xmox_test.py4
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