Skip to content

Commit

Permalink
Remove obsolete "pass" statement, update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov committed Nov 1, 2015
1 parent f9cad75 commit 0ba1c2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ app.UntitledNotepad.Edit.TypeKeys ("pywinauto Works!", with_spaces = True)

### Downloads statistics
* PyPI: [![Daily downloads](https://img.shields.io/pypi/dd/pywinauto.svg)](https://pypi.python.org/pypi/pywinauto) [![Weekly downloads](https://img.shields.io/pypi/dw/pywinauto.svg)](https://pypi.python.org/pypi/pywinauto) [![Monthly downloads](https://img.shields.io/pypi/dm/pywinauto.svg)](https://pypi.python.org/pypi/pywinauto)
* GitHub: [![GitHub downloads](https://img.shields.io/github/downloads/pywinauto/pywinauto/0.5.3/pywinauto-0.5.3.zip.svg)](https://github.com/pywinauto/pywinauto/releases/download/0.5.3/pywinauto-0.5.3.zip)
* GitHub: [![GitHub downloads](https://img.shields.io/github/downloads/pywinauto/pywinauto/0.5.4/pywinauto-0.5.4.zip.svg)](https://github.com/pywinauto/pywinauto/releases/download/0.5.4/pywinauto-0.5.4.zip)

#### Packages required for running unit tests
* [Pillow](https://pypi.python.org/pypi/Pillow) or PIL
Expand Down
1 change: 0 additions & 1 deletion pywinauto/tests/missingextrastring.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def _unittests():
class Control(object):
def Text(self):
return self.text
pass

ctrls = []
total_bug_count = 0
Expand Down

0 comments on commit 0ba1c2b

Please sign in to comment.