Added modification info.

This commit is contained in:
Dawid Fatyga 2012-04-24 22:53:42 +02:00
parent 09fd9fa353
commit 79af932dab
2 changed files with 6 additions and 2 deletions

4
mox.py
View File

@ -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.

View File

@ -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