summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-08-30 14:05:50 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-08-30 14:05:50 (GMT)
commite01de8f2f3f8ec2ad58e1baddb7c2c657e331796 (patch)
tree7f0ff7816d62805e212a7a14eb6cc07808792bbb /Lib/distutils
parente992a7da019ab07baf4992f4b795386185854038 (diff)
downloadcpython-e01de8f2f3f8ec2ad58e1baddb7c2c657e331796.zip
cpython-e01de8f2f3f8ec2ad58e1baddb7c2c657e331796.tar.gz
cpython-e01de8f2f3f8ec2ad58e1baddb7c2c657e331796.tar.bz2
remove pointless coding cookies
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/command/bdist_msi.py1
-rw-r--r--Lib/distutils/tests/test_dist.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/command/bdist_msi.py b/Lib/distutils/command/bdist_msi.py
index 8a458d8..b11957a 100644
--- a/Lib/distutils/command/bdist_msi.py
+++ b/Lib/distutils/command/bdist_msi.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# Copyright (C) 2005, 2006 Martin von Löwis
# Licensed to PSF under a Contributor Agreement.
# The bdist_wininst command proper
diff --git a/Lib/distutils/tests/test_dist.py b/Lib/distutils/tests/test_dist.py
index 3b7637f..007803e 100644
--- a/Lib/distutils/tests/test_dist.py
+++ b/Lib/distutils/tests/test_dist.py
@@ -1,4 +1,3 @@
-# -*- coding: utf8 -*-
"""Tests for distutils.dist."""
import os
import io