From 795269c904b85008f8bb999441c69dc66f5fc6d7 Mon Sep 17 00:00:00 2001 From: citronneur Date: Thu, 19 Jun 2014 22:22:10 +0200 Subject: [PATCH] forget commit --- rdpy/protocol/rdp/mcs.py | 2 +- rdpy/protocol/rdp/rdp.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rdpy/protocol/rdp/mcs.py b/rdpy/protocol/rdp/mcs.py index 5711e87..5ad4cae 100644 --- a/rdpy/protocol/rdp/mcs.py +++ b/rdpy/protocol/rdp/mcs.py @@ -1,5 +1,5 @@ ''' -@author: sylvain +@author: citronneur ''' from rdpy.network.const import ConstAttributes, TypeAttributes diff --git a/rdpy/protocol/rdp/rdp.py b/rdpy/protocol/rdp/rdp.py index fe6abbf..3abfe5e 100644 --- a/rdpy/protocol/rdp/rdp.py +++ b/rdpy/protocol/rdp/rdp.py @@ -7,7 +7,7 @@ from rdpy.network.layer import LayerMode class RDP(object): ''' - use to decode and dispatch to observer PDU message and orders + use to decode and dispatch to observer PDU messages and orders ''' def __init__(self): '''