Commit b0d6eeb0 authored by Denis Bilenko's avatar Denis Bilenko

winvbox.py: remove unused variable

parent b4a699e3
......@@ -35,6 +35,7 @@ winvbox.py assumes Python is located at "C:/Python<VER>/python.exe".
Instead of using --machine option, you can also add word "gevent" to the machine description in
order to be selected by this script.
"""
import sys
import os
import re
......@@ -43,8 +44,6 @@ import datetime
import glob
from functools import wraps
WINVBOX_LOG = 'winvbox.log'
def main():
import optparse
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment