Skip to content

Commit

Permalink
prospector paths [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 28, 2016
1 parent d98f1ab commit ef9c0d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .landscape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ python-targets:
- 3
ignore-paths:
- examples/webchat/
- deps/libuv/
- doc/
- build/
- deps/
Expand Down
2 changes: 1 addition & 1 deletion src/gevent/libev/corecffi.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'loop',
]

import gevent.libev._corecffi as _corecffi # pylint:disable=no-name-in-module
import gevent.libev._corecffi as _corecffi # pylint:disable=no-name-in-module,import-error

ffi = _corecffi.ffi # pylint:disable=no-member
libev = _corecffi.lib # pylint:disable=no-member
Expand Down
2 changes: 1 addition & 1 deletion src/gevent/libuv/corecffi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

]

import gevent.libuv._corecffi as _corecffi # pylint:disable=no-name-in-module
import gevent.libuv._corecffi as _corecffi # pylint:disable=no-name-in-module,import-error

ffi = _corecffi.ffi # pylint:disable=no-member
libuv = _corecffi.lib # pylint:disable=no-member

0 comments on commit ef9c0d1

Please sign in to comment.