Move all imports to top of file and organize
[invirt/packages/invirt-base.git] / python / invirt / remctl.py
index 956ca2d..9dbe8bd 100644 (file)
@@ -2,11 +2,13 @@
 Functions to perform remctls.
 """
 
-from invirt.common import CodeError
 import subprocess
 import sys
 from socket import getfqdn
 
+from invirt.common import CodeError
+
+
 def kinit(principal=None, keytab=None):
     """Kinit with a given username and keytab"""
     if principal is None: