summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/svk.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/fetch/svk.py')
-rw-r--r--lib/bb/fetch/svk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch/svk.py b/lib/bb/fetch/svk.py
index d863ccb6e..e73e824af 100644
--- a/lib/bb/fetch/svk.py
+++ b/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