citronneur / rdpy

Remote Desktop Protocol in Twisted Python
GNU General Public License v3.0
1.67k stars 545 forks source link

Small change to reference object attribute #33

Closed ChrisTruncer closed 9 years ago

ChrisTruncer commented 9 years ago

Hey there,

First off, don't feel that you have to accept this pull request. I just had to make a change in order to run this in a module for my tool, and figured I'd send it over in case it helps you.

The spacing changes here are just some PEP8 stuff. It's not all inclusive, but it got most of it.

The actual change where I needed to modify the script is on line 159. Width and height were being referenced, but they needed to be self._width and self._height.

If this helps, by all means feel free to use it, but don't feel obligated. Just wanted to pass along what helped me.

Thanks for this awesome project!