diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-03 23:14:53 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-13 12:15:21 +0000 |
| commit | c2b5a617285733053f867c3fdda2179a65ccbe4c (patch) | |
| tree | 87c6f41dfc7a8d51d5e47cdfd9e253e9d3fad688 /bitbake/lib/bb/fetch/svn.py | |
| parent | 1fd3265374f2ecc85c7835989c01b69482e72020 (diff) | |
| download | poky-c2b5a617285733053f867c3fdda2179a65ccbe4c.tar.gz | |
bitbake: Sync module import cleanups back from bitbake trunk
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/fetch/svn.py')
| -rw-r--r-- | bitbake/lib/bb/fetch/svn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/svn.py b/bitbake/lib/bb/fetch/svn.py index aead1629b3..eef9862a84 100644 --- a/bitbake/lib/bb/fetch/svn.py +++ b/bitbake/lib/bb/fetch/svn.py | |||
| @@ -23,7 +23,7 @@ BitBake 'Fetch' implementation for svn. | |||
| 23 | # | 23 | # |
| 24 | # Based on functions from the base bb module, Copyright 2003 Holger Schurig | 24 | # Based on functions from the base bb module, Copyright 2003 Holger Schurig |
| 25 | 25 | ||
| 26 | import os, re | 26 | import os |
| 27 | import sys | 27 | import sys |
| 28 | import bb | 28 | import bb |
| 29 | from bb import data | 29 | from bb import data |
