summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2005-07-21 22:20:44 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2005-07-21 22:20:44 +0000
commitc9eeec9c91e4f0bb3410d3544e89a0fa741d273e (patch)
treeda2d44fbaf2978295670c4f7598011e0dd1c1e0f
parente870cc5a7711a956fbdef41c112345429f2a9c48 (diff)
downloadbitbake-c9eeec9c91e4f0bb3410d3544e89a0fa741d273e.tar.gz
bitbake/lib/bb/fetch.py:
-Remove decodeurl comment/testcase. We will readd to the right place to be a proper testcase.
-rw-r--r--lib/bb/fetch.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bb/fetch.py b/lib/bb/fetch.py
index 2a80a6ff6..67e65f18e 100644
--- a/lib/bb/fetch.py
+++ b/lib/bb/fetch.py
@@ -41,9 +41,6 @@ class MissingParameterError(Exception):
class MD5SumError(Exception):
"""Exception raised when a MD5SUM of a file does not match the expected one"""
-#decodeurl("cvs://anoncvs:anonymous@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-81")
-#('cvs', 'cvs.handhelds.org', '/cvs', 'anoncvs', 'anonymous', {'tag': 'V0-99-81', 'module': 'familiar/dist/ipkg'})
-
def uri_replace(uri, uri_find, uri_replace, d):
# bb.note("uri_replace: operating on %s" % uri)
if not uri or not uri_find or not uri_replace: