Skip to content

Commit

Permalink
format codes in settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyntax committed Sep 8, 2016
1 parent 0a26855 commit ccfe21c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@
LICENSE = 'GPLv2'
IS_WIN = subprocess.mswindows

# essential methods/functions in costum scripts/PoC (such as function poc())
ESSENTIAL_MODULE_METHODS = [
'poc'
]

# essential methods/functions in custom scripts/PoC (such as function poc())
ESSENTIAL_MODULE_METHODS = ['poc']
# Encoding used for Unicode data
UNICODE_ENCODING = "utf-8"
# String representation for NULL value
Expand Down

0 comments on commit ccfe21c

Please sign in to comment.