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 5 from django.core.management import ManagementUtility
6 6 from colab.management.commands import initconfig
7 7  
  8 +
8 9 def execute_from_command_line(argv=None):
9 10 """
10 11 A simple method that runs a ManagementUtility.
... ...