Skip to content

Commit 9b4a51e

Browse files
authored
Fix import of distutils.spawn (influxdata#805)
1 parent 7c858bf commit 9b4a51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/tests/server_tests/influxdb_instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from __future__ import unicode_literals
88

99
import datetime
10-
import distutils
10+
import distutils.spawn
1111
import os
1212
import tempfile
1313
import shutil

0 commit comments

Comments
 (0)