From ed74dde45c429ad3c6e2e5cde6e9cdc48779c2a2 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Thu, 23 Apr 2015 13:40:05 +0200 Subject: [PATCH] forgot to check in invisible_pkg --- test/completion/import_tree/invisible_pkg.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/completion/import_tree/invisible_pkg.py diff --git a/test/completion/import_tree/invisible_pkg.py b/test/completion/import_tree/invisible_pkg.py new file mode 100644 index 00000000..9c78ce2f --- /dev/null +++ b/test/completion/import_tree/invisible_pkg.py @@ -0,0 +1,7 @@ +""" +It should not be possible to import this pkg except for the import_tree itself, +because it is overwritten there. (It would be possible with a sys.path +modification, though). +""" + +foo = 1.0