It looks like git merge wasnt cleaned up properly in a cmeserver.py
import BaseHTTPServer
import threading
import ssl
<<<<<<< HEAD:cme/cmeserver.py
<<<<<<< 23d8a6517fb1a36bac9b09e3923201ee291d00ac:cme/cmeserver.py
import os
import sys
from getpass import getuser
=======
import sys
>>>>>>> Added error handling for CME server in case the port is already in use.:core/cmeserver.py
=======
import sys
>>>>>>> da4e55380a1d1ad46d3176c513b829bd4a7099f4:core/cmeserver.py
from BaseHTTPServer import BaseHTTPRequestHandler
Can you fix this in the code and release a new version as it wont install from pypi?
It looks like git merge wasnt cleaned up properly in a cmeserver.py
Can you fix this in the code and release a new version as it wont install from pypi?