No need to import sys or string. (Andrew Dalke & kjpylint)
This commit is contained in:
parent
1cc2b9de35
commit
1e1cfa3a1c
|
@ -1,6 +1,6 @@
|
|||
# Module and documentation by Eric S. Raymond, 21 Dec 1998
|
||||
|
||||
import sys, os, string, shlex
|
||||
import os, shlex
|
||||
|
||||
class netrc:
|
||||
def __init__(self, file=None):
|
||||
|
|
Loading…
Reference in New Issue