mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 22:03:04 +00:00
move debugshell.py into allmydata/
This commit is contained in:
parent
742fca2caa
commit
d9dcf5f098
@ -140,7 +140,7 @@ class _BaseManhole(service.MultiService):
|
||||
|
||||
def makeNamespace():
|
||||
# close over 'self' so we can get access to .parent later
|
||||
import debugshell
|
||||
from allmydata import debugshell
|
||||
debugshell.app = self.parent # make client/queen accesible via 'app'
|
||||
namespace = {}
|
||||
for sym in dir(debugshell):
|
||||
|
Loading…
x
Reference in New Issue
Block a user