Pylint fixes
Add print_function import for Python2 Whitespace fix
This commit is contained in:
parent
209a1da27c
commit
c6d8632bf7
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
"""
|
||||
main.py : Trovebox Console Script
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import os
|
||||
import sys
|
||||
import json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue