Commit f1fe4280a0783ae454c6292135848c133bbcf72e

Authored by Sergio Oliveira
1 parent caea32a6

Fixed pep8

Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
colab/utils/runner.py
@@ -5,6 +5,7 @@ import sys @@ -5,6 +5,7 @@ import sys
5 from django.core.management import ManagementUtility 5 from django.core.management import ManagementUtility
6 from colab.management.commands import initconfig 6 from colab.management.commands import initconfig
7 7
  8 +
8 def execute_from_command_line(argv=None): 9 def execute_from_command_line(argv=None):
9 """ 10 """
10 A simple method that runs a ManagementUtility. 11 A simple method that runs a ManagementUtility.