Skip to content

Commit

Permalink
Remove long=int fix
Browse files Browse the repository at this point in the history
  • Loading branch information
minhhaiphys committed Aug 29, 2016
1 parent 5202860 commit 6dd8670
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pymeasure/adapters/visa.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
log = logging.getLogger(__name__)
log.addHandler(logging.NullHandler())

long = int # Python 3 fix

class VISAAdapter(Adapter):
""" Adapter class for the VISA library using PyVISA to communicate
to instruments. Inherit from either class VISAAdapter14 or VISAAdapter15.
Expand Down

0 comments on commit 6dd8670

Please sign in to comment.