summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-03-13 17:02:27 -0700
committerJason R. Coombs <jaraco@jaraco.com>2012-03-13 17:02:27 -0700
commitf18e520c14b9972335674e6ff37d58da708452df (patch)
tree9cddf4b16fcfa3fadab38f863355e3c19b3e9638
parent2f063cdee0ed30a9cc3fbc1a678a0ba27a28ac6b (diff)
downloaddisutils2-f18e520c14b9972335674e6ff37d58da708452df.tar.gz
Add coding declaration for utf-8 characters in comments
-rw-r--r--distutils2/command/bdist_msi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/distutils2/command/bdist_msi.py b/distutils2/command/bdist_msi.py
index f79bb41..3a85916 100644
--- a/distutils2/command/bdist_msi.py
+++ b/distutils2/command/bdist_msi.py
@@ -1,3 +1,5 @@
+#-*- coding: utf-8 -*-
+
"""Create a Microsoft Installer (.msi) binary distribution."""
# Copyright (C) 2005, 2006 Martin von Löwis