mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Fix pyflakes errors in readmeta
This commit is contained in:
parent
ecb2a2a969
commit
1d5280d528
1 changed files with 1 additions and 3 deletions
|
@ -17,14 +17,12 @@
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import os
|
|
||||||
|
|
||||||
import common
|
import common
|
||||||
import metadata
|
import metadata
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
||||||
config = common.read_config(None)
|
common.read_config(None)
|
||||||
|
|
||||||
metadata.read_metadata(xref=True)
|
metadata.read_metadata(xref=True)
|
||||||
metadata.read_srclibs()
|
metadata.read_srclibs()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue