Cleanup in packaging: super considered super

This commit is contained in:
Éric Araujo 2011-10-14 17:04:39 +02:00
parent d139b99426
commit 8022314fc2
8 changed files with 15 additions and 16 deletions

View file

@ -237,7 +237,7 @@ class MSVCCompiler(CCompiler):
exe_extension = '.exe'
def __init__(self, verbose=0, dry_run=False, force=False):
CCompiler.__init__(self, verbose, dry_run, force)
super(MSVCCompiler, self).__init__(verbose, dry_run, force)
self.__version = get_build_version()
self.__arch = get_build_architecture()
if self.__arch == "Intel":