mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-05 03:47:57 +03:00
Update headers and isort imports
This commit is contained in:
parent
966f10bcb7
commit
f2d81ff542
10 changed files with 64 additions and 123 deletions
|
@ -26,11 +26,11 @@ Options:
|
|||
Display version information and exit.
|
||||
"""
|
||||
|
||||
import sys
|
||||
import os
|
||||
import getopt
|
||||
import struct
|
||||
import array
|
||||
import getopt
|
||||
import os
|
||||
import struct
|
||||
import sys
|
||||
|
||||
__version__ = "1.1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue