commit | 108ac363ea39b7ec8ad075e374d5e27f0190d376 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Thu Jan 19 20:17:16 2017 +0200 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Thu Jan 19 20:17:16 2017 +0200 |
tree | 4c50c55ac0280d004303793ade0de64270edc3fd | |
parent | f286517ad5e59b92dc6177e217880b7decb1d578 [diff] [blame] |
working on reporting, this commit represent broking code state
diff --git a/wally/html.py b/wally/html.py new file mode 100644 index 0000000..e92e7d1 --- /dev/null +++ b/wally/html.py
@@ -0,0 +1,2 @@ +def img(link): + return '<img src="{}">'.format(link)