Software /
code /
verse
Comparison
plugins/vcard_update.lua @ 250:a5ac643a7fd6
added local verse var to all plugins
author | mva <mva@mva.name> |
---|---|
date | Fri, 02 Dec 2011 11:02:02 +0600 |
parent | 244:6dbd61ecd5d0 |
child | 380:0891b4e27766 |
comparison
equal
deleted
inserted
replaced
249:00891a675634 | 250:a5ac643a7fd6 |
---|---|
1 local verse = require "verse"; | |
2 | |
1 local xmlns_vcard, xmlns_vcard_update = "vcard-temp", "vcard-temp:x:update"; | 3 local xmlns_vcard, xmlns_vcard_update = "vcard-temp", "vcard-temp:x:update"; |
2 | 4 |
3 -- MMMmmmm.. hacky | 5 -- MMMmmmm.. hacky |
4 local ok, fun = pcall(function() return require("util.hashes").sha1; end); | 6 local ok, fun = pcall(function() return require("util.hashes").sha1; end); |
5 if not ok then | 7 if not ok then |