mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
11 lines
264 B
Text
11 lines
264 B
Text
--- contrib/shell_utils/afpstats.orig 2020-04-27 16:35:40 UTC
|
|
+++ contrib/shell_utils/afpstats
|
|
@@ -23,7 +23,7 @@ def main():
|
|
|
|
reply = iface.GetUsers()
|
|
for name in reply:
|
|
- print name
|
|
+ print(name)
|
|
|
|
if __name__ == '__main__':
|
|
main()
|