mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Remove unused imports
This commit is contained in:
parent
f8cc84282e
commit
d69b7ce338
1 changed files with 1 additions and 4 deletions
|
|
@ -20,15 +20,12 @@
|
|||
|
||||
import sys
|
||||
import os
|
||||
import shutil
|
||||
import md5
|
||||
import glob
|
||||
from optparse import OptionParser
|
||||
import logging
|
||||
|
||||
import common
|
||||
import metadata
|
||||
from common import FDroidPopen, BuildException
|
||||
from common import FDroidPopen
|
||||
|
||||
config = None
|
||||
options = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue