diff options
Diffstat (limited to 'Lib/ntpath.py')
-rw-r--r-- | Lib/ntpath.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/ntpath.py b/Lib/ntpath.py index 83e2d3b8657..1b1873f08b6 100644 --- a/Lib/ntpath.py +++ b/Lib/ntpath.py @@ -19,7 +19,6 @@ devnull = 'nul' import os import sys -import stat import genericpath from genericpath import * |