diff options
| author | Tarek Ziade <tarek@ziade.org> | 2012-03-13 20:31:36 -0700 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2012-03-13 20:31:36 -0700 |
| commit | a2b5ba38c1dfcaef73f2cd7cb21d9f371a714992 (patch) | |
| tree | 0a91d38105500575f21524d0dddcf125725b3754 /distutils2/command | |
| parent | 2b0067a46ae1ad4e8798ed5a86fbbe8e2b831341 (diff) | |
| parent | f18e520c14b9972335674e6ff37d58da708452df (diff) | |
| download | disutils2-a2b5ba38c1dfcaef73f2cd7cb21d9f371a714992.tar.gz | |
merged
Diffstat (limited to 'distutils2/command')
| -rw-r--r-- | distutils2/command/bdist_msi.py | 2 |
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 |
