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
103e5496
Commit
103e5496
authored
Dec 16, 2011
by
Martín Ferrari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore vim modelines :)
parent
7cff32ad
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
0 deletions
+7
-0
src/netns/__init__.py
src/netns/__init__.py
+1
-0
src/netns/environ.py
src/netns/environ.py
+1
-0
src/netns/interface.py
src/netns/interface.py
+1
-0
src/netns/iproute.py
src/netns/iproute.py
+1
-0
src/netns/node.py
src/netns/node.py
+1
-0
src/netns/protocol.py
src/netns/protocol.py
+1
-0
src/netns/subprocess_.py
src/netns/subprocess_.py
+1
-0
No files found.
src/netns/__init__.py
View file @
103e5496
# vim:ts=4:sw=4:et:ai:sts=4
import
os
,
pwd
from
netns.node
import
*
from
netns.interface
import
*
...
...
src/netns/environ.py
View file @
103e5496
# vim:ts=4:sw=4:et:ai:sts=4
import
errno
,
os
,
os
.
path
,
socket
,
subprocess
,
sys
,
syslog
from
syslog
import
LOG_ERR
,
LOG_WARNING
,
LOG_NOTICE
,
LOG_INFO
,
LOG_DEBUG
...
...
src/netns/interface.py
View file @
103e5496
# vim:ts=4:sw=4:et:ai:sts=4
import
os
,
weakref
import
netns.iproute
from
netns.environ
import
*
...
...
src/netns/iproute.py
View file @
103e5496
# vim:ts=4:sw=4:et:ai:sts=4
import
copy
,
fcntl
,
os
,
re
,
socket
,
struct
,
subprocess
,
sys
from
netns.environ
import
*
...
...
src/netns/node.py
View file @
103e5496
# vim:ts=4:sw=4:et:ai:sts=4
import
errno
,
os
,
socket
,
sys
,
traceback
,
unshare
,
weakref
from
netns.environ
import
*
import
netns.interface
,
netns
.
protocol
,
netns
.
subprocess_
...
...
src/netns/protocol.py
View file @
103e5496
# vim:ts=4:sw=4:et:ai:sts=4
import
base64
,
errno
,
os
,
passfd
,
re
,
select
,
signal
,
socket
,
sys
,
tempfile
import
time
,
traceback
,
unshare
import
netns.subprocess_
,
netns
.
iproute
...
...
src/netns/subprocess_.py
View file @
103e5496
# vim:ts=4:sw=4:et:ai:sts=4
import
errno
,
fcntl
,
grp
,
os
,
pickle
,
pwd
,
signal
,
select
,
sys
,
time
,
traceback
__all__
=
[
'PIPE'
,
'STDOUT'
,
'Popen'
,
'Subprocess'
,
'spawn'
,
'wait'
,
'poll'
,
...
...
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