setup: add missing imports

This commit is contained in:
Christophe Siraut 2020-03-09 14:41:49 +01:00
parent 3088866ed7
commit e5e8632cb1
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import os
from setuptools import setup
import dspawn
import subprocess
def get_version():