Skip to content

Commit

Permalink
Fix landscape
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Aug 24, 2016
1 parent 9768fa5 commit 5e1d202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion malcolm/comms/pva/pvaservercomms.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sys
from collections import OrderedDict
from threading import Event, Lock, RLock

Expand Down
4 changes: 2 additions & 2 deletions malcolm/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

try:
# python 2
long_ = long
long_ = long # pylint:disable=invalid-name
except NameError:
# python 3
long_ = int
long_ = int # pylint:disable=invalid-name

0 comments on commit 5e1d202

Please sign in to comment.