Fixed: import statement automatically inserted by PyCharm was relative to the wrong source root. (again.)
This commit is contained in:
parent
52b29e8c91
commit
f6eadfac1e
@ -1,5 +1,5 @@
|
|||||||
import logging
|
import logging
|
||||||
from pymclevel import materials
|
import materials
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user