mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-17 23:52:49 +01:00
Throw specific errors for missing ircmatch/setuptools libraries
This commit is contained in:
parent
166adcf44d
commit
3381dda884
@ -16,7 +16,10 @@ import hashlib
|
||||
from copy import deepcopy
|
||||
import inspect
|
||||
|
||||
try:
|
||||
import ircmatch
|
||||
except ImportError:
|
||||
raise ImportError("Please install the ircmatch library and try again.")
|
||||
|
||||
from . import world, utils, structures, __version__
|
||||
from .log import *
|
||||
|
Loading…
Reference in New Issue
Block a user