Fix broken internal dependency

This commit is contained in:
Mikaël Bouillot 2017-05-11 13:22:49 +02:00
parent 990aaa6fb5
commit 23488aac17

View file

@ -19,7 +19,7 @@
# along with Elixir. If not, see <http://www.gnu.org/licenses/>.
from sys import argv
from lib import echo, script, scriptLines
from lib import script, scriptLines
import lib
import data
import os