Merge pull request #12782 from rraallvv/unified_headers_fix

add missing distutils.version.LooseVersion import
This commit is contained in:
Rémi Verschelde 2017-11-09 17:17:35 +01:00 committed by GitHub
commit 2507818f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import os
import sys
import string
import platform
from distutils.version import LooseVersion
def is_active():