Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
vl-dcc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rolf Niepraschk
vl-dcc
Commits
daf5ce55
Commit
daf5ce55
authored
4 years ago
by
Rolf Niepraschk
Browse files
Options
Downloads
Patches
Plain Diff
move "lib/*.py"
parent
7b87d16a
Branches
Branches containing commit
Tags
0.1.30
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
server.py
+2
-2
2 additions, 2 deletions
server.py
trans.py
+1
-1
1 addition, 1 deletion
trans.py
utils.py
+0
-0
0 additions, 0 deletions
utils.py
with
3 additions
and
3 deletions
server.py
+
2
−
2
View file @
daf5ce55
...
...
@@ -4,8 +4,8 @@ import re
from
flask
import
Flask
,
request
,
jsonify
,
send_from_directory
,
make_response
from
flask_cors
import
CORS
import
lib.
trans
as
trans
import
lib.
utils
as
utils
import
trans
as
trans
import
utils
as
utils
import
subprocess
...
...
This diff is collapsed.
Click to expand it.
lib/
trans.py
→
trans.py
+
1
−
1
View file @
daf5ce55
from
flask
import
Flask
,
render_template
import
lib.
utils
as
utils
import
utils
as
utils
import
os
from
prettierfier
import
prettify_xml
...
...
This diff is collapsed.
Click to expand it.
lib/
utils.py
→
utils.py
+
0
−
0
View file @
daf5ce55
File moved
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