Fix wrong import of tools.mkdir
authorFrederic Massart <fred@moodle.com>
Tue, 1 Oct 2013 03:58:32 +0000 (11:58 +0800)
committerFrederic Massart <fred@moodle.com>
Tue, 1 Oct 2013 03:58:32 +0000 (11:58 +0800)
lib/commands/check.py
lib/commands/install.py

index 97e8b45..d81bf77 100644 (file)
@@ -26,7 +26,7 @@ import os
 import shutil
 from lib import git
 from lib.command import Command
-from tools import mkdir
+from lib.tools import mkdir
 
 
 class CheckCommand(Command):
index 80c3c53..8a36c4e 100644 (file)
@@ -26,7 +26,7 @@ import os
 import logging
 from lib import db
 from lib.command import Command
-from tools import mkdir
+from lib.tools import mkdir
 
 DB = db.DB