don't be silly about pylint
This commit is contained in:
parent
125c1a61ac
commit
0f0cfb9300
|
@ -24,10 +24,6 @@ from optparse import OptionParser, SUPPRESS_HELP
|
||||||
|
|
||||||
from terminatorlib.version import APP_NAME, APP_VERSION
|
from terminatorlib.version import APP_NAME, APP_VERSION
|
||||||
|
|
||||||
def _(**kwargs):
|
|
||||||
'''Dummy function'''
|
|
||||||
return (kwargs)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import gettext
|
import gettext
|
||||||
gettext.install (APP_NAME)
|
gettext.install (APP_NAME)
|
||||||
|
|
Loading…
Reference in New Issue