don't be silly about pylint

This commit is contained in:
Chris Jones 2008-09-04 00:58:10 +01:00
parent 125c1a61ac
commit 0f0cfb9300
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ from optparse import OptionParser, SUPPRESS_HELP
from terminatorlib.version import APP_NAME, APP_VERSION
def _(**kwargs):
'''Dummy function'''
return (kwargs)
try:
import gettext
gettext.install (APP_NAME)