From 296443137f4288cb030e92859ccfbe3204bc1088 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Tue, 17 Mar 2020 14:55:41 +0530 Subject: initial commit --- lib/python2.7/unittest/test/dummy.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/python2.7/unittest/test/dummy.py (limited to 'lib/python2.7/unittest/test/dummy.py') diff --git a/lib/python2.7/unittest/test/dummy.py b/lib/python2.7/unittest/test/dummy.py new file mode 100644 index 0000000..e4f14e4 --- /dev/null +++ b/lib/python2.7/unittest/test/dummy.py @@ -0,0 +1 @@ +# Empty module for testing the loading of modules -- cgit