remove unused module

This commit is contained in:
Axel Kohlmeyer
2022-06-14 10:36:11 -04:00
parent 26dcb649bb
commit 7a64d1358e
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
import sys,os,shutil
import sys,os
# find python script to activate the virtual environment and source it
if sys.platform == 'win32':