diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-06-12 14:20:36 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-06-12 14:20:36 +0200 |
commit | 9f3685a527c9293b05c8ad7a6a4a7c2fa8b3b8b8 (patch) | |
tree | 4a01e3e62a1ecc504d835720319f0a26f71c041c /src/testdir/python3/module.py | |
parent | 0ea4a6b94b6f7a13ef5027b43c36bda0836b51af (diff) | |
download | vim-9f3685a527c9293b05c8ad7a6a4a7c2fa8b3b8b8.zip |
updated for version 7.3.1172
Problem: Python 2: loading modules doesn't work well.
Solution: Fix the code. Add more tests. (ZyX)
Diffstat (limited to 'src/testdir/python3/module.py')
-rw-r--r-- | src/testdir/python3/module.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/python3/module.py b/src/testdir/python3/module.py index 1ccfb094c..24bd036e1 100644 --- a/src/testdir/python3/module.py +++ b/src/testdir/python3/module.py @@ -1 +1,2 @@ +import before_1 dir = '3' |