Commit 53bd07c2 by Guba Sándor

fix pep8

parent b5b64fa0
......@@ -29,9 +29,9 @@ from inspect import getargspec, isfunction
from utils import SerialLineReceiverBase
# Note: Import everything because later we need to use the BaseContext (relative
# import error.
from context import *
# Note: Import everything because later we need to use the BaseContext
# (relative import error.
from context import BaseContext, get_context, get_serial # noqa
Context = get_context()
......
......@@ -3,8 +3,6 @@
"""
import platform
from os.path import exists
from sys import path
# Add current directory to the import path
def _get_virtio_device():
......
import _win32context
import win32virtio
import network
\ No newline at end of file
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 sign in to comment