diff options
Diffstat (limited to 'Lib/stat.py')
| -rw-r--r-- | Lib/stat.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/stat.py b/Lib/stat.py index 9167ab1..1b4ed1e 100644 --- a/Lib/stat.py +++ b/Lib/stat.py @@ -2,7 +2,6 @@ Suggested usage: from stat import * """ -import sys # Indices for stat struct members in the tuple returned by os.stat() |
