summaryrefslogtreecommitdiffstats
path: root/scripts/certmaster-ca
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/certmaster-ca')
-rwxr-xr-xscripts/certmaster-ca8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/certmaster-ca b/scripts/certmaster-ca
index b3e844a..a504d20 100755
--- a/scripts/certmaster-ca
+++ b/scripts/certmaster-ca
@@ -9,9 +9,9 @@ import sys
import glob
import os
-import func
-import func.certs
-import func.certmaster
+import certmaster
+import certmaster.certs
+import certmaster.certmaster
@@ -46,7 +46,7 @@ def main(args):
errorprint('Must be root to run certmaster-ca')
return 1
- cm = func.certmaster.CertMaster()
+ cm = certmaster.certmaster.CertMaster()
(opts, args) = parseargs(args)