fixed import

master
Alessandro Norfo 2017-09-22 08:11:56 +02:00
parent f941b058d7
commit e95ec18eb2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import logging
import os
import sys
from os import path
import main as pcmt
import pycraft_minetest as pcmt
import time
# It's not generally good practice to disable warnings, but this is one of