Browse Source

removed unused import

tags/v1.0.0^0
Robin Thoni 7 years ago
parent
commit
b72028cb6d
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      setup.py

+ 0
- 1
setup.py View File

3
 import os
3
 import os
4
 
4
 
5
 import shutil
5
 import shutil
6
-import subprocess
7
 
6
 
8
 from setuptools import setup, find_packages
7
 from setuptools import setup, find_packages
9
 from setuptools.command.install import install
8
 from setuptools.command.install import install

Loading…
Cancel
Save