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
f408c7da
Commit
f408c7da
authored
Sep 04, 2017
by
Martín Ferrari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update shebang lines to point to python2 (See
#1
)
parent
a0933208
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
13 deletions
+13
-13
benchmarks/linear-raw-throughput.py
benchmarks/linear-raw-throughput.py
+1
-1
docs/debconf-talk/test-network.py
docs/debconf-talk/test-network.py
+1
-1
docs/sample-api.txt
docs/sample-api.txt
+1
-1
examples/sample.py
examples/sample.py
+1
-1
setup.py
setup.py
+1
-1
test/test_core.py
test/test_core.py
+1
-1
test/test_interfaces.py
test/test_interfaces.py
+1
-1
test/test_node.py
test/test_node.py
+1
-1
test/test_protocol.py
test/test_protocol.py
+1
-1
test/test_routing.py
test/test_routing.py
+1
-1
test/test_subprocess.py
test/test_subprocess.py
+1
-1
test/test_switch.py
test/test_switch.py
+1
-1
test/test_util.py
test/test_util.py
+1
-1
No files found.
benchmarks/linear-raw-throughput.py
View file @
f408c7da
#!/usr/bin/env python
#!/usr/bin/env python
2
# vim: ts=4:sw=4:et:ai:sts=4
import
csv
,
getopt
,
nemu
,
os
,
os
.
path
,
re
,
select
,
subprocess
,
sys
...
...
docs/debconf-talk/test-network.py
View file @
f408c7da
#!/usr/bin/env python
#!/usr/bin/env python
2
# vim:ts=4:sw=4:et:ai:sts=4
import
os
,
nemu
,
subprocess
,
time
...
...
docs/sample-api.txt
View file @
f408c7da
#/usr/bin/env python
#/usr/bin/env python
2
# vim:ts=4:sw=4:et:ai:sts=4
import nemu
import signal
...
...
examples/sample.py
View file @
f408c7da
#!/usr/bin/env python
#!/usr/bin/env python
2
# vim:ts=4:sw=4:et:ai:sts=4
import
os
,
nemu
,
subprocess
,
time
...
...
setup.py
View file @
f408c7da
#!/usr/bin/env python
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
# vim: ts=4:sw=4:et:ai:sts=4
...
...
test/test_core.py
View file @
f408c7da
#!/usr/bin/env python
#!/usr/bin/env python
2
# vim:ts=4:sw=4:et:ai:sts=4
import
grp
,
os
,
pwd
,
select
,
time
,
unittest
...
...
test/test_interfaces.py
View file @
f408c7da
#!/usr/bin/env python
#!/usr/bin/env python
2
# vim:ts=4:sw=4:et:ai:sts=4
from
test_util
import
get_devs
,
get_devs_netns
...
...
test/test_node.py
View file @
f408c7da
#!/usr/bin/env python
#!/usr/bin/env python
2
# vim:ts=4:sw=4:et:ai:sts=4
import
nemu
,
nemu
.
environ
,
test_util
...
...
test/test_protocol.py
View file @
f408c7da
#!/usr/bin/env python
#!/usr/bin/env python
2
# vim:ts=4:sw=4:et:ai:sts=4
import
nemu.protocol
...
...
test/test_routing.py
View file @
f408c7da
#!/usr/bin/env python
#!/usr/bin/env python
2
# vim:ts=4:sw=4:et:ai:sts=4
import
nemu
,
test_util
...
...
test/test_subprocess.py
View file @
f408c7da
#!/usr/bin/env python
#!/usr/bin/env python
2
# vim:ts=4:sw=4:et:ai:sts=4
import
nemu
,
test_util
...
...
test/test_switch.py
View file @
f408c7da
#!/usr/bin/env python
#!/usr/bin/env python
2
# vim:ts=4:sw=4:et:ai:sts=4
import
os
,
unittest
...
...
test/test_util.py
View file @
f408c7da
#!/usr/bin/env python
#!/usr/bin/env python
2
# vim:ts=4:sw=4:et:ai:sts=4
import
os
,
re
,
subprocess
,
sys
...
...
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