summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyves@crater.logilab.fr <pyves@crater.logilab.fr>2008-05-13 13:54:22 +0200
committerpyves@crater.logilab.fr <pyves@crater.logilab.fr>2008-05-13 13:54:22 +0200
commit0a8086c7024a8f3cdb80e92aca8f56628b633e71 (patch)
tree3fba9cdd3e8be1c274a2ada9d3e2f6d48b80e28e
parent8b8998562437cd880b35a6317981ec4c4dcddc75 (diff)
downloadpylint-git-0a8086c7024a8f3cdb80e92aca8f56628b633e71.tar.gz
typo
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 418785db2..84bd893c1 100644
--- a/config.py
+++ b/config.py
@@ -28,7 +28,7 @@ from os.path import exists, isfile, join, expanduser, abspath, dirname
USER_HOME = expanduser('~')
if os.environ.has_key('PYLINTHOME'):
PYLINT_HOME = os.environ['PYLINTHOME']
- if USER_HOME === '~':
+ if USER_HOME == '~':
USER_HOME = dirname(PYLINT_HOME)
elif USER_HOME == '~':
PYLINT_HOME = ".pylint.d"