Browse Source

Fixed __all__.

pyserial_fix
Scott Petersen 11 years ago
parent
commit
effe9650ce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pyad2usb/__init__.py

+ 1
- 1
pyad2usb/__init__.py View File

@@ -2,4 +2,4 @@
The PyAD2USB module. The PyAD2USB module.
""" """


__all__ = ['Overseer', 'AD2USB', 'USBDevice', 'SerialDevice', 'Firmware']
__all__ = ['ad2usb', 'devices', 'util']

Loading…
Cancel
Save