move imports to one line
This commit is contained in:
parent
b5af57d51d
commit
3a4f18beb4
7
esgd.py
7
esgd.py
|
@ -22,12 +22,7 @@
|
|||
|
||||
from socketserver import TCPServer
|
||||
from socketserver import BaseRequestHandler
|
||||
import subprocess
|
||||
import argparse
|
||||
import os
|
||||
import time
|
||||
import pwd
|
||||
import grp
|
||||
import subprocess, argparse, os, time, pwd, grp
|
||||
|
||||
class GopherError(BaseException): pass
|
||||
class RequestError(GopherError): pass
|
||||
|
|
Loading…
Reference in New Issue