aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2012-05-04 01:13:33 +0200
committerKim Alvefur <zash@zash.se>2012-05-04 01:13:33 +0200
commite77054f2ec767672d5b49c052c688b00d85ffa60 (patch)
treee0d71d1a2b1de896b4af74e1a3b13f4c1df733cc /prosodyctl
parentd18c1ff0da4992bedf6f79e9f2922a6162b8c73e (diff)
downloadprosody-e77054f2ec767672d5b49c052c688b00d85ffa60.tar.gz
prosody-e77054f2ec767672d5b49c052c688b00d85ffa60.zip
prosodyctl: Fix import of util.iterators
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index cdeaaf26..afd06b88 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -493,7 +493,7 @@ function commands.about(arg)
end
require "util.array";
- require "util.iterators";
+ local keys = require "util.iterators".keys;
print("Prosody "..(prosody.version or "(unknown version)"));
print("");