Renaming, though may not need that
This commit is contained in:
parent
282f43679c
commit
ca2c0c9ce8
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
import socket
|
import socket
|
||||||
|
|
||||||
|
class Request():
|
||||||
|
|
||||||
class NNTPRequest():
|
|
||||||
__slots__ = 'buf', 'offset', 'sock',
|
__slots__ = 'buf', 'offset', 'sock',
|
||||||
|
|
||||||
BUFFER_SIZE = 4096
|
BUFFER_SIZE = 4096
|
||||||
|
|
Loading…
Add table
Reference in a new issue