Sort imports alphabetically.
authorCarl Hetherington <cth@carlh.net>
Mon, 28 Sep 2020 18:52:43 +0000 (20:52 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 28 Sep 2020 18:53:54 +0000 (20:53 +0200)
cdist

diff --git a/cdist b/cdist
index 32571f73a7050fa55ce14af14b67af8b7688602d..20deb5ffe34115dcbceae33dd31433a0f820f228 100755 (executable)
--- a/cdist
+++ b/cdist
 #    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 from __future__ import print_function
-import os
-import sys
-import shutil
-import glob
-import tempfile
+
 import argparse
-import datetime
-import subprocess
-import re
 import copy
-import inspect
+import datetime
 import getpass
-import shlex
+import glob
+import inspect
 import multiprocessing
+import os
+import re
+import shlex
+import shutil
+import subprocess
+import sys
+import tempfile
+import time
 
 TEMPORARY_DIRECTORY = '/var/tmp'