diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2015-06-12 19:57:50 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2015-06-12 19:57:50 (GMT) |
| commit | cf05970307da87c242fd22af0441e6b98427ffda (patch) | |
| tree | 00b07bcc83cef414e5ccc8a775a4b3940d321dbf | |
| parent | 679b723395516fef2c5ba3e17d69276662617919 (diff) | |
| download | cpython-cf05970307da87c242fd22af0441e6b98427ffda.zip cpython-cf05970307da87c242fd22af0441e6b98427ffda.tar.gz cpython-cf05970307da87c242fd22af0441e6b98427ffda.tar.bz2 | |
Remove unused import on test_os
| -rw-r--r-- | Lib/test/test_os.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index 987b4af8..fd8269d 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -12,7 +12,6 @@ import fractions import getpass import itertools import locale -import math import mmap import os import pickle |
