Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
agent
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
7
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
53bd07c2
authored
Sep 18, 2014
by
Guba Sándor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix pep8
parent
b5b64fa0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
+3
-9
agent.py
+3
-3
context.py
+0
-2
windows/__init__.py
+0
-4
No files found.
agent.py
View file @
53bd07c2
...
@@ -29,9 +29,9 @@ from inspect import getargspec, isfunction
...
@@ -29,9 +29,9 @@ from inspect import getargspec, isfunction
from
utils
import
SerialLineReceiverBase
from
utils
import
SerialLineReceiverBase
# Note: Import everything because later we need to use the BaseContext
(relative
# Note: Import everything because later we need to use the BaseContext
# import error.
#
(relative
import error.
from
context
import
*
from
context
import
BaseContext
,
get_context
,
get_serial
# noqa
Context
=
get_context
()
Context
=
get_context
()
...
...
context.py
View file @
53bd07c2
...
@@ -3,8 +3,6 @@
...
@@ -3,8 +3,6 @@
"""
"""
import
platform
import
platform
from
os.path
import
exists
from
os.path
import
exists
from
sys
import
path
# Add current directory to the import path
def
_get_virtio_device
():
def
_get_virtio_device
():
...
...
windows/__init__.py
View file @
53bd07c2
import
_win32context
import
win32virtio
import
network
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment