From 59845ca22de26f46967945680af7cf480c5c3ac9 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 8 Jan 2013 22:04:00 -0500 Subject: [PATCH 1/1] fix import --- sfa/planetlab/pldriver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sfa/planetlab/pldriver.py b/sfa/planetlab/pldriver.py index 04246659..aaaa0cc6 100644 --- a/sfa/planetlab/pldriver.py +++ b/sfa/planetlab/pldriver.py @@ -12,6 +12,7 @@ from sfa.util.cache import Cache # one would think the driver should not need to mess with the SFA db, but.. from sfa.storage.alchemy import dbsession from sfa.storage.model import RegRecord, SliverAllocation +from sfa.trust.credential import Credential # used to be used in get_ticket #from sfa.trust.sfaticket import SfaTicket -- 2.43.0