diff options
author | Amir Skalka <as221v@intl.att.com> | 2017-10-03 11:00:27 +0300 |
---|---|---|
committer | Amir Skalka <as221v@intl.att.com> | 2017-10-03 11:02:09 +0300 |
commit | d679318b167a47c8a23f26479887f8234e89d08b (patch) | |
tree | 41c31e53aac8f3ae4675d975781d26fa63a0b1ac /django/manage.py | |
parent | 6996992c9553c8d4c2cd94007e18000ff1214850 (diff) |
Modify repo files to pep8 standards
All repo files were edited according to pep8 standards.
Verification conducted using flake8.
Change-Id: I661e2551d16bd833b227d3e246a5ff63ad639db1
Issue-Id: VVP-25
Signed-off-by: Amir Skalka <as221v@intl.att.com>
Diffstat (limited to 'django/manage.py')
-rw-r--r--[-rwxr-xr-x] | django/manage.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/django/manage.py b/django/manage.py index fcf5aa7..64b4ec8 100755..100644 --- a/django/manage.py +++ b/django/manage.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # ============LICENSE_START========================================== # org.onap.vvp/cms # =================================================================== @@ -41,7 +40,5 @@ import sys if __name__ == "__main__": os.environ.setdefault("DJANGO_SETTINGS_MODULE", "cms.settings") - from django.core.management import execute_from_command_line - execute_from_command_line(sys.argv) |