diff --git a/frappe/cli.py b/frappe/cli.py index ca0095fb51..a8820f0b7b 100755 --- a/frappe/cli.py +++ b/frappe/cli.py @@ -4,7 +4,7 @@ # MIT License. See license.txt from __future__ import unicode_literals -import osb +import os import subprocess import frappe from frappe.utils import cint