1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 11:20:10 +02:00

Fix pyflakes errors in readmeta

This commit is contained in:
Daniel Martí 2014-05-27 15:56:57 +02:00
parent ecb2a2a969
commit 1d5280d528

View File

@ -17,14 +17,12 @@
# 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/>.
import os
import common
import metadata
def main():
config = common.read_config(None)
common.read_config(None)
metadata.read_metadata(xref=True)
metadata.read_srclibs()