cleaned up typos
authorLarry Peterson <llp@cs.princeton.edu>
Tue, 30 Dec 2008 15:46:11 +0000 (15:46 +0000)
committerLarry Peterson <llp@cs.princeton.edu>
Tue, 30 Dec 2008 15:46:11 +0000 (15:46 +0000)
cmdline/sfi.py

index 11f4d54..ba2dd3d 100755 (executable)
@@ -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/")