Skip to content

Commit

Permalink
Fixed: import statement automatically inserted by PyCharm was relativ…
Browse files Browse the repository at this point in the history
…e to the wrong source root. (again.)
  • Loading branch information
codewarrior0 committed Jan 24, 2013
1 parent 52b29e8 commit f6eadfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block_fill.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging
from pymclevel import materials
import materials

log = logging.getLogger(__name__)

Expand Down

0 comments on commit f6eadfa

Please sign in to comment.