Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mensactrl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stratum0
mensactrl
Commits
44999765
Verified
Commit
44999765
authored
1 year ago
by
comawill
Browse files
Options
Downloads
Patches
Plain Diff
Migrate test-proxy.py to python3
parent
ac9e9ff3
Branches
master
Branches containing commit
No related tags found
1 merge request
!2
Full migration of all python scripts and libraries to python3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/test-proxy.py
+3
-3
3 additions, 3 deletions
python/test-proxy.py
with
3 additions
and
3 deletions
python/test-proxy.py
+
3
−
3
View file @
44999765
#!/usr/bin/env python
2
#!/usr/bin/env python
3
import
zmq
,
sys
import
zmq
import
sys
context
=
zmq
.
Context
()
...
...
@@ -18,4 +19,3 @@ zmq.device(zmq.QUEUE, frontend, backend)
frontend
.
close
()
backend
.
close
()
context
.
term
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment