qubespolicy: fix import order
This commit is contained in:
parent
dc793be81f
commit
00a81b75a3
@ -20,13 +20,13 @@
|
|||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
''' Qrexec policy parser and evaluator '''
|
''' Qrexec policy parser and evaluator '''
|
||||||
|
import enum
|
||||||
|
import itertools
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import os.path
|
import os.path
|
||||||
import socket
|
import socket
|
||||||
import subprocess
|
import subprocess
|
||||||
import enum
|
|
||||||
import itertools
|
|
||||||
|
|
||||||
# don't import 'qubes.config' please, it takes 0.3s
|
# don't import 'qubes.config' please, it takes 0.3s
|
||||||
QREXEC_CLIENT = '/usr/lib/qubes/qrexec-client'
|
QREXEC_CLIENT = '/usr/lib/qubes/qrexec-client'
|
||||||
|
Loading…
Reference in New Issue
Block a user