summaryrefslogtreecommitdiff
path: root/tests/modules
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules')
-rw-r--r--tests/modules/ambiguous/__init__.py (renamed from tests/modules/ambigious/__init__.py)0
-rw-r--r--tests/modules/ambiguous/pkg1/__init__.py (renamed from tests/modules/ambigious/pkg1/__init__.py)0
-rw-r--r--tests/modules/ambiguous/pkg1/ambiguous.py (renamed from tests/modules/ambigious/pkg1/ambigious.py)0
-rw-r--r--tests/modules/usepkgs.py2
4 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/ambigious/__init__.py b/tests/modules/ambiguous/__init__.py
index e69de29b..e69de29b 100644
--- a/tests/modules/ambigious/__init__.py
+++ b/tests/modules/ambiguous/__init__.py
diff --git a/tests/modules/ambigious/pkg1/__init__.py b/tests/modules/ambiguous/pkg1/__init__.py
index 59742bbb..59742bbb 100644
--- a/tests/modules/ambigious/pkg1/__init__.py
+++ b/tests/modules/ambiguous/pkg1/__init__.py
diff --git a/tests/modules/ambigious/pkg1/ambigious.py b/tests/modules/ambiguous/pkg1/ambiguous.py
index 6048d6da..6048d6da 100644
--- a/tests/modules/ambigious/pkg1/ambigious.py
+++ b/tests/modules/ambiguous/pkg1/ambiguous.py
diff --git a/tests/modules/usepkgs.py b/tests/modules/usepkgs.py
index 2e4d21a7..7b42976d 100644
--- a/tests/modules/usepkgs.py
+++ b/tests/modules/usepkgs.py
@@ -5,4 +5,4 @@ import pkg1.p1a, pkg1.p1b, pkg1.sub
import pkg2.p2a, pkg2.p2b
import othermods.othera, othermods.otherb
import othermods.sub.osa, othermods.sub.osb
-import ambigious, ambigious.pkg1.ambigious
+import ambiguous, ambiguous.pkg1.ambiguous