summaryrefslogtreecommitdiffstats
path: root/contrib/munin/accounts.py
diff options
context:
space:
mode:
authorVincent Post <cent@spline.de>2020-08-07 16:57:39 +0200
committerJonah BrĂ¼chert <jbb@kaidan.im>2023-05-22 00:28:11 +0200
commitc70cd40a012760e584677940d90d4d6613176238 (patch)
treea38308fd83e59449c0e64b5344be1e89c766dd4d /contrib/munin/accounts.py
parentb8621b58e879732ecf81593dc34638533df2a212 (diff)
downloadweb-c70cd40a012760e584677940d90d4d6613176238.tar.gz
web-c70cd40a012760e584677940d90d4d6613176238.tar.bz2
web-c70cd40a012760e584677940d90d4d6613176238.zip
2to3 -w accounts contrib
Diffstat (limited to 'contrib/munin/accounts.py')
-rwxr-xr-xcontrib/munin/accounts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/munin/accounts.py b/contrib/munin/accounts.py
index 684f278..8ad929f 100755
--- a/contrib/munin/accounts.py
+++ b/contrib/munin/accounts.py
@@ -20,4 +20,4 @@ if __name__ == "__main__":
accounts = service.find()
- print('accounts.value %d' % len(accounts))
+ print(('accounts.value %d' % len(accounts)))