summaryrefslogtreecommitdiff
path: root/checkers/variables.py
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2014-02-23 15:02:47 -0800
committerArun Persaud <arun@nubati.net>2014-02-23 15:02:47 -0800
commitfa4de8855ebfba07bfcef09f3d96a120e1bbd680 (patch)
tree49e9c5fbb6903eec108be9424087a374be0ffd28 /checkers/variables.py
parentbd895c23c528ec3a7e1b917c97b349a2070b2ad2 (diff)
downloadpylint-fa4de8855ebfba07bfcef09f3d96a120e1bbd680.tar.gz
Updated FSF address.
Diffstat (limited to 'checkers/variables.py')
-rw-r--r--checkers/variables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkers/variables.py b/checkers/variables.py
index d5bb715..cbb1431 100644
--- a/checkers/variables.py
+++ b/checkers/variables.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""variables checkers for Python code
"""
import os