Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 838cc29

Browse files
author
byt3bl33d3r
committed
Merged changes
1 parent 23d8a65 commit 838cc29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cme/cmeserver.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
import BaseHTTPServer
22
import threading
33
import ssl
4+
<<<<<<< 23d8a6517fb1a36bac9b09e3923201ee291d00ac:cme/cmeserver.py
45
import os
56
import sys
67
from getpass import getuser
8+
=======
9+
import sys
10+
>>>>>>> Added error handling for CME server in case the port is already in use.:core/cmeserver.py
711
from BaseHTTPServer import BaseHTTPRequestHandler
812
from logging import getLogger
913
from gevent import sleep

0 commit comments

Comments
 (0)