re-added old Exception for the Commander stuff

This commit is contained in:
alterNERDtive 2019-09-18 13:36:25 +02:00
parent 84e21b8041
commit e7e22cd414

View file

@ -8,6 +8,10 @@ import tkinter as tk
from pyEDSM.edsm.exception import ServerError, NotFoundError
from pyEDSM.edsm.models import System, Commander
class EdsmApiException(Exception):
pass
# =================================================================================
def getCmdrCoords (cmdr):