We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97739e commit 20ea325Copy full SHA for 20ea325
1 file changed
OMPython/OMCSession.py
@@ -34,24 +34,24 @@
34
CONDITIONS OF OSMC-PL.
35
"""
36
37
-import shutil
38
import getpass
39
-import logging
40
import json
+import logging
41
import os
42
import pathlib
43
import psutil
+import pyparsing
44
import re
45
+import shutil
46
import signal
47
import subprocess
48
import sys
49
import tempfile
50
import time
51
from typing import Optional
52
import uuid
-import pyparsing
53
-import zmq
54
import warnings
+import zmq
55
56
# TODO: replace this with the new parser
57
from OMPython.OMTypedParser import parseString as om_parser_typed
0 commit comments