Browse Source

fix: fixed imports

version-14
Gavin D'souza 5 years ago
parent
commit
e3ae498e4d
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      frappe/commands/translate.py
  2. +1
    -0
      frappe/commands/utils.py

+ 1
- 0
frappe/commands/translate.py View File

@@ -1,6 +1,7 @@
from __future__ import unicode_literals, absolute_import, print_function
import click
from frappe.commands import pass_context, get_site
from frappe.exceptions import SiteNotSpecifiedError

# translation
@click.command('build-message-files')


+ 1
- 0
frappe/commands/utils.py View File

@@ -5,6 +5,7 @@ import click
import json, os, sys, subprocess
from distutils.spawn import find_executable
import frappe
from frappe.exceptions import SiteNotSpecifiedError
from frappe.commands import pass_context, get_site
from frappe.utils import update_progress_bar, get_bench_path
from frappe.utils.response import json_handler


Loading…
Cancel
Save