pywinauto / SWAPY

not maintained any more (will be replaced by py_inspect)
https://github.com/pywinauto/py_inspect
270 stars 66 forks source link

Code variable names improvements #54

Closed moden-py closed 8 years ago

moden-py commented 8 years ago

The idea is to remove all unneeded from code.

  1. If we use only one application, just call it app and app2, app3 for others.
  2. The same for others.
  3. Remove pwa_ prefix. Now it used from a proxy class name if the shortest access name is not valid Python variable.