No need to import sys or string. (Andrew Dalke & kjpylint)

This commit is contained in:
Guido van Rossum 1999-05-03 18:10:37 +00:00
parent 1cc2b9de35
commit 1e1cfa3a1c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Module and documentation by Eric S. Raymond, 21 Dec 1998 # Module and documentation by Eric S. Raymond, 21 Dec 1998
import sys, os, string, shlex import os, shlex
class netrc: class netrc:
def __init__(self, file=None): def __init__(self, file=None):