summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/osc.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/osc.py')
-rw-r--r--bitbake/lib/bb/fetch2/osc.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/fetch2/osc.py b/bitbake/lib/bb/fetch2/osc.py
index 19c0d9dcaa..3e567155dc 100644
--- a/bitbake/lib/bb/fetch2/osc.py
+++ b/bitbake/lib/bb/fetch2/osc.py
@@ -1,8 +1,6 @@
1# 1#
2# SPDX-License-Identifier: GPL-2.0-only 2# SPDX-License-Identifier: GPL-2.0-only
3# 3#
4# ex:ts=4:sw=4:sts=4:et
5# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
6""" 4"""
7Bitbake "Fetch" implementation for osc (Opensuse build service client). 5Bitbake "Fetch" implementation for osc (Opensuse build service client).
8Based on the svn "Fetch" implementation. 6Based on the svn "Fetch" implementation.