diff --git a/Lib/netrc.py b/Lib/netrc.py index c1358aac6ae02f..b285fd8e357ddb 100644 --- a/Lib/netrc.py +++ b/Lib/netrc.py @@ -2,7 +2,7 @@ # Module and documentation by Eric S. Raymond, 21 Dec 1998 -import os, shlex, stat +import os, stat __all__ = ["netrc", "NetrcParseError"]