diff options
Diffstat (limited to 'test/moremodules')
| -rw-r--r-- | test/moremodules/othermods/__init__.py | 0 | ||||
| -rw-r--r-- | test/moremodules/othermods/othera.py | 2 | ||||
| -rw-r--r-- | test/moremodules/othermods/otherb.py | 2 | ||||
| -rw-r--r-- | test/moremodules/othermods/sub/__init__.py | 0 | ||||
| -rw-r--r-- | test/moremodules/othermods/sub/osa.py | 2 | ||||
| -rw-r--r-- | test/moremodules/othermods/sub/osb.py | 2 |
6 files changed, 0 insertions, 8 deletions
diff --git a/test/moremodules/othermods/__init__.py b/test/moremodules/othermods/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/test/moremodules/othermods/__init__.py +++ /dev/null diff --git a/test/moremodules/othermods/othera.py b/test/moremodules/othermods/othera.py deleted file mode 100644 index 78896928..00000000 --- a/test/moremodules/othermods/othera.py +++ /dev/null @@ -1,2 +0,0 @@ -o = 1 -p = 2 diff --git a/test/moremodules/othermods/otherb.py b/test/moremodules/othermods/otherb.py deleted file mode 100644 index 2bd8a441..00000000 --- a/test/moremodules/othermods/otherb.py +++ /dev/null @@ -1,2 +0,0 @@ -q = 3 -r = 4 diff --git a/test/moremodules/othermods/sub/__init__.py b/test/moremodules/othermods/sub/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/test/moremodules/othermods/sub/__init__.py +++ /dev/null diff --git a/test/moremodules/othermods/sub/osa.py b/test/moremodules/othermods/sub/osa.py deleted file mode 100644 index 0139d28b..00000000 --- a/test/moremodules/othermods/sub/osa.py +++ /dev/null @@ -1,2 +0,0 @@ -s = 5 -t = 6 diff --git a/test/moremodules/othermods/sub/osb.py b/test/moremodules/othermods/sub/osb.py deleted file mode 100644 index b024b148..00000000 --- a/test/moremodules/othermods/sub/osb.py +++ /dev/null @@ -1,2 +0,0 @@ -u = 7 -v = 8 |
