mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Move 'import sys' to top of module, as noted by Tim Peters.
This commit is contained in:
parent
66468568df
commit
fbba304aaa
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
|||
import binascii
|
||||
import os
|
||||
import string
|
||||
import sys
|
||||
|
||||
Error = 'uu.Error'
|
||||
|
||||
|
@ -129,7 +130,6 @@ def decode(in_file, out_file=None, mode=None):
|
|||
|
||||
def test():
|
||||
"""uuencode/uudecode main program"""
|
||||
import sys
|
||||
import getopt
|
||||
|
||||
dopt = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue