summaryrefslogtreecommitdiff
path: root/mox_test_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'mox_test_helper.py')
-rwxr-xr-xmox_test_helper.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mox_test_helper.py b/mox_test_helper.py
index 091c76e..26824ca 100755
--- a/mox_test_helper.py
+++ b/mox_test_helper.py
@@ -13,6 +13,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+#
+# This file was mofified by quermit@gmail.com
"""A very basic test class derived from mox.MoxTestBase, used by mox_test.py.