aboutsummaryrefslogtreecommitdiff
path: root/pyfingerd/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyfingerd/__init__.py')
-rwxr-xr-xpyfingerd/__init__.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/pyfingerd/__init__.py b/pyfingerd/__init__.py
index b6dcfec..7cc405f 100755
--- a/pyfingerd/__init__.py
+++ b/pyfingerd/__init__.py
@@ -3,17 +3,17 @@
# Copyright (C) 2017-2022 Thomas Touhey <thomas@touhey.fr>
# This file is part of the pyfingerd project, which is MIT-licensed.
# *****************************************************************************
-""" Pure Python finger protocol implementation.
+"""Pure Python finger protocol implementation.
- finger is both a protocol and a utility to get the information and
- status from a user on a distant machine. It was standardized in RFC 742
- in 1977, then in RFC 1288 in 1991, and has been abandoned by most
- people since.
+finger is both a protocol and a utility to get the information and
+status from a user on a distant machine. It was standardized in RFC 742
+in 1977, then in RFC 1288 in 1991, and has been abandoned by most
+people since.
- This Python module is a finger server implementation that allows you
- to give out real information as well as fictional information.
+This Python module is a finger server implementation that allows you
+to give out real information as well as fictional information.
"""
-# Empty module; please import from submodules directly.
+__version__ = '0.4.3'
# End of file.