| changeset 266 | c5c785fec243 |
| parent 258 | abfe632d9cc3 |
| child 267 | f6e82d635465 |
1 --- a/swarmlib/connect/schemes/local.py Sat Apr 05 21:01:35 2008 -0400 2 +++ b/swarmlib/connect/schemes/local.py Sun Apr 06 22:20:27 2008 -0400 3 @@ -20,7 +20,9 @@ 4 Local connections 5 """ 6 7 -class Local(object): 8 +from swarmlib.connect.base_schema import BaseScheme 9 + 10 +class Local(BaseScheme): 11 def __init__(self, parsed_url, config, log, force=False): 12 self._parsed_url = parsed_url 13 self._config = config