Skip to content
Snippets Groups Projects
Commit 55fb4c90 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Example rename

[+] Symlink for setup.py build
[+] Debian temprorary build files ignore lines
parent 123c4518
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,14 @@ example/tmp
example/var
*.text
_skbuild/
.pybuild/
dist/
CellFrame.egg-info/
debian/*.log
debian/*.debhelper
debian/*.substvars
debian/python3-cellframe-doc/
debian/python3-cellframe/
debian/files
*.text
CMakeLists.txt.user*
.
\ No newline at end of file
from CellFrame import *
import os
app_name = "example_node"
app_name = "MyChains"
tmp_dir = os.getcwd() + "/tmp"
var_dir = os.getcwd() + "/var"
......
from CellFrame import *
import os
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment