mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
fix PEP8 "E401 multiple imports on one line"
This commit is contained in:
parent
fcca0ddb1f
commit
2f2618e06c
10 changed files with 22 additions and 10 deletions
|
|
@ -25,7 +25,8 @@ import urllib
|
|||
from optparse import OptionParser
|
||||
from ConfigParser import ConfigParser
|
||||
import logging
|
||||
import common, metadata
|
||||
import common
|
||||
import metadata
|
||||
|
||||
# Get the repo type and address from the given web page. The page is scanned
|
||||
# in a rather naive manner for 'git clone xxxx', 'hg clone xxxx', etc, and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue