Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-cellframe
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
1
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
cellframe
python-cellframe
Merge requests
!20
Support 3367
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Support 3367
support-3367
into
master
Overview
0
Commits
2
Pipelines
0
Changes
3
Merged
Sergei Rashitov
requested to merge
support-3367
into
master
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
3
Expand
Сборка под Windows с MinGW Заработает когда уберут костыли из libdap-server
Edited
4 years ago
by
Sergei Rashitov
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a5af1a28
2 commits,
4 years ago
3 files
+
12
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
dists/examples/1.Authority/MyAuthCli.py
+
1
−
1
Options
#!/usr/bin/python3
import
sys
import
os
from
CellFrame.libCel
L
Frame
import
AppCli
from
CellFrame.libCel
l
Frame
import
AppCli
app_name
=
"
MyAuth
"
tmp_dir
=
os
.
getcwd
()
+
"
/tmp
"
Loading