mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-30 18:36:57 +00:00
uninstall working
This commit is contained in:
parent
8b7042abd4
commit
7e1cb49816
@ -1,6 +1,14 @@
|
||||
# A simple example code for wexpect written in python-2.7
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
||||
here = os.path.dirname(os.path.abspath(__file__))
|
||||
wexpectPath = os.path.dirname(here)
|
||||
sys.path.insert(0, wexpectPath)
|
||||
|
||||
import wexpect
|
||||
|
||||
# Path of cmd executable:
|
||||
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
pywin32>=220
|
Loading…
Reference in New Issue
Block a user