Fixed: import statement automatically inserted by PyCharm was relative to the wrong source root. (again.)

This commit is contained in:
David Vierra 2013-01-24 12:41:02 -10:00
parent 52b29e8c91
commit f6eadfac1e

View File

@ -1,5 +1,5 @@
import logging
from pymclevel import materials
import materials
log = logging.getLogger(__name__)