From ecd6ab19a43a444bc7fc9dfbc08f3ca5274365ca Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sun, 13 Sep 2020 00:26:36 +0100 Subject: Create Way to force package even if filepath exists (#1026) Fixes: #268 --- tests/modules/ambigious/__init__.py | 0 tests/modules/ambigious/pkg1/__init__.py | 0 tests/modules/ambigious/pkg1/ambigious.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/modules/ambigious/__init__.py create mode 100644 tests/modules/ambigious/pkg1/__init__.py create mode 100644 tests/modules/ambigious/pkg1/ambigious.py (limited to 'tests/modules') diff --git a/tests/modules/ambigious/__init__.py b/tests/modules/ambigious/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/modules/ambigious/pkg1/__init__.py b/tests/modules/ambigious/pkg1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/modules/ambigious/pkg1/ambigious.py b/tests/modules/ambigious/pkg1/ambigious.py new file mode 100644 index 00000000..e69de29b -- cgit v1.2.1