From d9dcf5f098939a8d5e1822c10e9c1543d349b781 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 13 Dec 2006 15:14:20 -0700 Subject: [PATCH] move debugshell.py into allmydata/ --- debugshell.py => allmydata/debugshell.py | 0 allmydata/manhole.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename debugshell.py => allmydata/debugshell.py (100%) diff --git a/debugshell.py b/allmydata/debugshell.py similarity index 100% rename from debugshell.py rename to allmydata/debugshell.py diff --git a/allmydata/manhole.py b/allmydata/manhole.py index 3926a2b7..c0858dc9 100644 --- a/allmydata/manhole.py +++ b/allmydata/manhole.py @@ -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): -- 2.45.2