mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-10 01:00:29 +03:00
fixed pyflakes/pep warings
This commit is contained in:
parent
0f90ab9aac
commit
735b7d0f33
2 changed files with 4 additions and 29 deletions
|
|
@ -4,11 +4,8 @@ import inspect
|
|||
import optparse
|
||||
import os
|
||||
import sys
|
||||
import shutil
|
||||
import unittest
|
||||
import yaml
|
||||
import tempfile
|
||||
import textwrap
|
||||
|
||||
localmodule = os.path.realpath(
|
||||
os.path.join(os.path.dirname(inspect.getfile(inspect.currentframe())), '..'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue