Skip to content

Commit 0a83c13

Browse files
committed
Import setuptools before distutils
1 parent 49aab41 commit 0a83c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import re
66
import subprocess
77

8-
from distutils.command.build import build
98
from setuptools import setup
9+
from distutils.command.build import build
1010

1111
try:
1212
from babel.messages import frontend as babel

0 commit comments

Comments
 (0)