Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
re6stnet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
re6stnet
Commits
9b87b78a
Commit
9b87b78a
authored
Nov 15, 2023
by
Tom Niget
Committed by
Tom Niget
Jun 14, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demo: modify shebang to call Python through /usr/bin/env
parent
2950b854
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
.gitignore
.gitignore
+1
-0
demo/demo
demo/demo
+1
-1
demo/py
demo/py
+1
-1
No files found.
.gitignore
View file @
9b87b78a
...
...
@@ -5,3 +5,4 @@
/build/
/dist/
/re6stnet.egg-info/
.idea
\ No newline at end of file
demo/demo
View file @
9b87b78a
#!/usr/bin/
python
#!/usr/bin/
env python3
import argparse, math, nemu, os, re, signal
import socket, sqlite3, subprocess, sys, time, weakref
from collections import defaultdict
...
...
demo/py
View file @
9b87b78a
#!/usr/bin/env python
#!/usr/bin/env python
3
def
__file__
():
import
argparse
,
os
,
sys
sys
.
dont_write_bytecode
=
True
...
...
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