move debugshell.py into allmydata/

This commit is contained in:
Brian Warner 2006-12-13 15:14:20 -07:00
parent 742fca2caa
commit d9dcf5f098
2 changed files with 1 additions and 1 deletions

View File

@ -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):