From 3a2b4ee2df6a49548547f592132cea9101f1dead Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 28 Jul 2014 16:20:28 +0530 Subject: [PATCH] Update cli.py --- frappe/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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