summaryrefslogtreecommitdiff
path: root/bitbake-dev/lib/bb/fetch/svk.py
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-05-11 22:59:35 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-05-11 22:59:35 +0100
commitc009172f77549e385b9d79f15f181581c55e9909 (patch)
treeaaf845578b30c67a2d3f4351afe29caa5e0ed235 /bitbake-dev/lib/bb/fetch/svk.py
parent107a9da00640a9e086a8608c20aee48aefd92893 (diff)
downloadopenembedded-core-c009172f77549e385b9d79f15f181581c55e9909.tar.gz
openembedded-core-c009172f77549e385b9d79f15f181581c55e9909.tar.bz2
openembedded-core-c009172f77549e385b9d79f15f181581c55e9909.tar.xz
openembedded-core-c009172f77549e385b9d79f15f181581c55e9909.zip
bitbake-dev: Sync with upstream
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake-dev/lib/bb/fetch/svk.py')
-rw-r--r--bitbake-dev/lib/bb/fetch/svk.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake-dev/lib/bb/fetch/svk.py b/bitbake-dev/lib/bb/fetch/svk.py
index d863ccb6e..4dfae1819 100644
--- a/bitbake-dev/lib/bb/fetch/svk.py
+++ b/bitbake-dev/lib/bb/fetch/svk.py
@@ -25,7 +25,7 @@ This implementation is for svk. It is based on the svn implementation
#
# Based on functions from the base bb module, Copyright 2003 Holger Schurig
-import os, re
+import os
import bb
from bb import data
from bb.fetch import Fetch
@@ -67,6 +67,7 @@ class Svk(Fetch):
svkroot = ud.host + ud.path
+ # pyflakes claims date is not known... it looks right
svkcmd = "svk co -r {%s} %s/%s" % (date, svkroot, ud.module)
if ud.revision: