projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a2b8a8
)
vdrive.py: oops, forgot an import
author
Brian Warner
<warner@lothar.com>
Sat, 15 Sep 2007 22:21:57 +0000
(15:21 -0700)
committer
Brian Warner
<warner@lothar.com>
Sat, 15 Sep 2007 22:21:57 +0000
(15:21 -0700)
src/allmydata/vdrive.py
patch
|
blob
|
history
diff --git
a/src/allmydata/vdrive.py
b/src/allmydata/vdrive.py
index 5adf49b5fe1b2d39b8ccbd4744fdb50633bd96d2..bd8e2ad40ad54daf8218a49c637ae12d42da1a47 100644
(file)
--- a/
src/allmydata/vdrive.py
+++ b/
src/allmydata/vdrive.py
@@
-1,11
+1,12
@@
import os
-from twisted.application import service
from zope.interface import implements
+from twisted.python import log
+from twisted.application import service
+from twisted.internet import defer
from allmydata.interfaces import IVirtualDrive, IDirnodeURI, IURI
from allmydata.util import observer
from allmydata import dirnode
-from twisted.internet import defer
class NoGlobalVirtualDriveError(Exception):
pass