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 sys
|
||||||
import os
|
import os
|
||||||
import shutil
|
|
||||||
import md5
|
|
||||||
import glob
|
import glob
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
import common
|
import common
|
||||||
import metadata
|
from common import FDroidPopen
|
||||||
from common import FDroidPopen, BuildException
|
|
||||||
|
|
||||||
config = None
|
config = None
|
||||||
options = None
|
options = None
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue