code refactoring

This commit is contained in:
speyrefitte
2014-06-24 16:01:04 +02:00
parent aa8c3dee11
commit fadf1ff5c4
8 changed files with 271 additions and 208 deletions

View File

@@ -2,16 +2,12 @@
@author: citronneur
'''
from rdpy.network.layer import LayerAutomata, LayerMode
from rdpy.network.type import CompositeType, UniString, String, UInt8, UInt16Le, UInt32Le, sizeof, ArrayType,\
FactoryType
from rdpy.network.layer import LayerAutomata
from rdpy.network.type import CompositeType, UniString, String, UInt8, UInt16Le, UInt32Le, sizeof, ArrayType, FactoryType
from rdpy.network.const import ConstAttributes, TypeAttributes
from rdpy.network.error import InvalidExpectedDataException, ErrorReportedFromPeer
import gcc
import lic
import caps
import rdp
import gcc, lic, caps
@ConstAttributes
@TypeAttributes(UInt16Le)