diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-11-15 11:59:09 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-11-15 11:59:09 +0000 |
commit | f4d4a205f136c6373c415657dd35b4f078f25c69 (patch) | |
tree | 8acda5955bd6dd93e50c9fc8926cc511b38d01a5 /src/message.py | |
parent | de7c007a22fc9f8b6aa9ddd94e55ec4f2b13c71d (diff) | |
download | poezio-f4d4a205f136c6373c415657dd35b4f078f25c69.tar.gz poezio-f4d4a205f136c6373c415657dd35b4f078f25c69.tar.bz2 poezio-f4d4a205f136c6373c415657dd35b4f078f25c69.tar.xz poezio-f4d4a205f136c6373c415657dd35b4f078f25c69.zip |
a few renamings, and some other stuff
Diffstat (limited to 'src/message.py')
-rw-r--r-- | src/message.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/message.py b/src/message.py index 07526819..6cf7a3d3 100644 --- a/src/message.py +++ b/src/message.py @@ -14,6 +14,10 @@ # You should have received a copy of the GNU General Public License # along with Poezio. If not, see <http://www.gnu.org/licenses/>. +""" +Define the Message class +""" + from datetime import datetime class Message(object): |