summaryrefslogtreecommitdiff
path: root/ipsec
diff options
context:
space:
mode:
authorMark Gray <mark.d.gray@redhat.com>2021-04-01 09:58:28 -0400
committerIlya Maximets <i.maximets@ovn.org>2021-04-01 19:13:31 +0200
commitf8be30acf2eb60d567bb7386b98f5cb58ddb9119 (patch)
tree6d5f1c8db0631087692c88b32a5f34cc34de47a4 /ipsec
parent8fc62df8b135f8d2975ff794ecc15297312c8e93 (diff)
downloadopenvswitch-f8be30acf2eb60d567bb7386b98f5cb58ddb9119.tar.gz
ipsec: Update ordering of imports.
Signed-off-by: Mark Gray <mark.d.gray@redhat.com> Acked-by: Flavio Leitner <fbl@sysclose.org> Acked-by: Aaron Conole <aconole@redhat.com> Acked-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'ipsec')
-rwxr-xr-xipsec/ovs-monitor-ipsec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsec/ovs-monitor-ipsec.in b/ipsec/ovs-monitor-ipsec.in
index a95424775..89a36fe17 100755
--- a/ipsec/ovs-monitor-ipsec.in
+++ b/ipsec/ovs-monitor-ipsec.in
@@ -14,12 +14,12 @@
# limitations under the License.
import argparse
+import copy
import ipaddress
+import os
import re
import subprocess
import sys
-import copy
-import os
from string import Template
import ovs.daemon