diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-08-30 14:05:50 +0000 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-08-30 14:05:50 +0000 |
commit | c004f5aede90829e030feb5db3da5e1d95288484 (patch) | |
tree | 2963e8a5613407ae58f940576b98e58bf501a2f6 /Lib/msilib/__init__.py | |
parent | e0c182c9f85ee660eacced0b135baed452cddf63 (diff) | |
download | cpython-c004f5aede90829e030feb5db3da5e1d95288484.tar.gz |
remove pointless coding cookies
Diffstat (limited to 'Lib/msilib/__init__.py')
-rw-r--r-- | Lib/msilib/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/msilib/__init__.py b/Lib/msilib/__init__.py index 114a1c788c..bd3e1f2900 100644 --- a/Lib/msilib/__init__.py +++ b/Lib/msilib/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2005 Martin v. Löwis # Licensed to PSF under a Contributor Agreement. from _msi import * |