From 0ed7d155635da9f79d4dd67e4889087d3673c6da Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 28 Jan 2015 07:35:27 -0500 Subject: Sorted imports with isort; refs #23860. --- scripts/manage_translations.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/manage_translations.py b/scripts/manage_translations.py index bedb3d82b3..546c4f87da 100644 --- a/scripts/manage_translations.py +++ b/scripts/manage_translations.py @@ -18,13 +18,12 @@ # # $ python scripts/manage_translations.py lang_stats --language=es --resources=admin -from argparse import ArgumentParser import os -from subprocess import call, Popen, PIPE +from argparse import ArgumentParser +from subprocess import PIPE, Popen, call from django.core.management import call_command - HAVE_JS = ['admin'] -- cgit v1.3