diff options
| author | Damien George | 2014-07-05 06:14:29 +0100 |
|---|---|---|
| committer | Damien George | 2014-07-05 06:14:29 +0100 |
| commit | 539681fffd96082ca3b5d18643d4f08f65c47170 (patch) | |
| tree | 7e6f8332c6e7737b768750e67265bb02b22932e6 /tests/import/import-pkg3.py | |
| parent | 0182385ab0b4a1b2e549c92f8f5b621135aeb975 (diff) | |
tests: Rename test scripts, changing - to _ for consistency.
From now on, all new tests must use underscore.
Addresses issue #727.
Diffstat (limited to 'tests/import/import-pkg3.py')
| -rw-r--r-- | tests/import/import-pkg3.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/import/import-pkg3.py b/tests/import/import-pkg3.py deleted file mode 100644 index 0ee885b22..000000000 --- a/tests/import/import-pkg3.py +++ /dev/null @@ -1,6 +0,0 @@ -from pkg import mod - -print(mod.foo()) - -import pkg.mod -print(mod is pkg.mod) |
