From 4f5cb9307a75399231a82f0a842fca7a6cc45eb7 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 5 Jun 2012 11:26:58 +0200 Subject: [PATCH] fix broken import --- sfa/planetlab/pldriver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/planetlab/pldriver.py b/sfa/planetlab/pldriver.py index 12d5410b..7835a1dd 100644 --- a/sfa/planetlab/pldriver.py +++ b/sfa/planetlab/pldriver.py @@ -27,7 +27,7 @@ from sfa.planetlab.plshell import PlShell import sfa.planetlab.peers as peers from sfa.planetlab.plaggregate import PlAggregate from sfa.planetlab.plslices import PlSlices -from sfa.planetlab.plxrn import PlXrn, slicename_to_hrn, hostname_to_hrn, hrn_to_pl_slicename, hrn_to_pl_login_base, xrn_to_hostname +from sfa.planetlab.plxrn import PlXrn, slicename_to_hrn, hostname_to_hrn, hrn_to_pl_slicename, xrn_to_hostname def list_to_dict(recs, key): -- 2.47.0