Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Test
/
templar-min-old
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5c6160ad
authored
2017-01-24 11:58:21 -0600
by
Marcos Cano
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added json caps
1 parent
d23344d0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
src/examples/vars.ini
src/examples/vars.json
src/templar.min.py
src/examples/vars.ini
deleted
100644 → 0
View file @
d23344d
variable
=
hello world
src/examples/vars.json
0 → 100644
View file @
5c6160a
{
"variable"
:
"hello world"
}
\ No newline at end of file
src/templar.min.py
View file @
5c6160a
#!/usr/bin/python
import
string
,
re
,
sys
import
getopt
,
os
.
path
import
getopt
,
os
.
path
,
json
debug
=
False
...
...
Please
register
or
sign in
to post a comment