Skip to content

Commit

Permalink
Added constants to visa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Feb 3, 2015
1 parent d5b5913 commit 60e10e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visa.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from __future__ import division, unicode_literals, print_function, absolute_import

from pyvisa import logger, __version__, log_to_screen
from pyvisa import logger, __version__, log_to_screen, constants
from pyvisa.highlevel import ResourceManager
from pyvisa.errors import (Error, VisaIOError, VisaIOWarning, VisaTypeError,
UnknownHandler, OSNotSupported, InvalidBinaryFormat,
Expand Down

0 comments on commit 60e10e9

Please sign in to comment.