Skip to content
Snippets Groups Projects

Support 3367

Merged Sergei Rashitov requested to merge support-3367 into master
3 files
+ 12
8
Compare changes
  • Side-by-side
  • Inline
Files
3
#!/usr/bin/python3
import sys
import os
from CellFrame.libCelLFrame import AppCli
from CellFrame.libCellFrame import AppCli
app_name="MyAuth"
tmp_dir = os.getcwd() + "/tmp"
Loading