From f1fe4280a0783ae454c6292135848c133bbcf72e Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 31 Aug 2015 18:30:05 -0300 Subject: [PATCH] Fixed pep8 --- colab/utils/runner.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/colab/utils/runner.py b/colab/utils/runner.py index 42f11ac..80feb18 100644 --- a/colab/utils/runner.py +++ b/colab/utils/runner.py @@ -5,6 +5,7 @@ import sys from django.core.management import ManagementUtility from colab.management.commands import initconfig + def execute_from_command_line(argv=None): """ A simple method that runs a ManagementUtility. -- libgit2 0.21.2