From 58e468b4e2289a9f9dca99db79a42262eecb4b4c Mon Sep 17 00:00:00 2001 From: Larry Peterson Date: Tue, 30 Dec 2008 15:46:11 +0000 Subject: [PATCH 1/1] cleaned up typos --- cmdline/sfi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmdline/sfi.py b/cmdline/sfi.py index 11f4d54b..ba2dd3d8 100755 --- a/cmdline/sfi.py +++ b/cmdline/sfi.py @@ -5,8 +5,9 @@ from __future__ import with_statement import sys import os, os.path -from cert import Keypair, Certificate, Credential from optparse import OptionParser +from util.cert import Keypair, Certificate +from util.credential import Credential from util.geniclient import GeniClient sfi_dir = os.path.expanduser("~/.sfi/") -- 2.43.0