Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nemu3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
nemu3
Commits
d8a4adcc
Commit
d8a4adcc
authored
Nov 15, 2023
by
Tom Niget
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version and move passfd
parent
a441f5e3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
setup.py
setup.py
+4
-4
src/nemu/passfd.py
src/nemu/passfd.py
+0
-0
src/nemu/protocol.py
src/nemu/protocol.py
+1
-2
No files found.
setup.py
View file @
d8a4adcc
...
@@ -6,12 +6,12 @@ from distutils.core import setup, Extension, Command
...
@@ -6,12 +6,12 @@ from distutils.core import setup, Extension, Command
setup
(
setup
(
name
=
'nemu'
,
name
=
'nemu'
,
version
=
'0.
3.1
'
,
version
=
'0.
4
'
,
description
=
'A lightweight network emulator embedded in a small '
description
=
'A lightweight network emulator embedded in a small '
'python library.'
,
'python library.'
,
author
=
'Martina Ferrari, Alina Quereilhac'
,
author
=
'Martina Ferrari, Alina Quereilhac
, Tom Niget
'
,
author_email
=
'tina@tina.pm, aquereilhac@gmail.com'
,
author_email
=
'tina@tina.pm, aquereilhac@gmail.com
, tom.niget@nexedi.com
'
,
url
=
'https://github.com/
NightTsarina/nemu
'
,
url
=
'https://github.com/
zdimensin/nemu3
'
,
license
=
'GPLv2'
,
license
=
'GPLv2'
,
platforms
=
'Linux'
,
platforms
=
'Linux'
,
packages
=
[
'nemu'
],
packages
=
[
'nemu'
],
...
...
src/passfd.py
→
src/
nemu/
passfd.py
View file @
d8a4adcc
File moved
src/nemu/protocol.py
View file @
d8a4adcc
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
import
base64
import
base64
import
errno
import
errno
import
os
import
os
import
passfd
import
re
import
re
import
select
import
select
import
signal
import
signal
...
@@ -33,7 +32,7 @@ from pickle import loads, dumps
...
@@ -33,7 +32,7 @@ from pickle import loads, dumps
import
nemu.iproute
import
nemu.iproute
import
nemu.subprocess_
import
nemu.subprocess_
from
nemu
import
compat
from
nemu
import
compat
,
passfd
from
nemu.environ
import
*
from
nemu.environ
import
*
# ============================================================================
# ============================================================================
...
...
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