Subversion Repositories freemyipod

Rev

Rev 401 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 401 Rev 402
Line 19... Line 19...
19
#    You should have received a copy of the GNU General Public License
19
#    You should have received a copy of the GNU General Public License
20
#    along with emBIOS.  If not, see <http://www.gnu.org/licenses/>.
20
#    along with emBIOS.  If not, see <http://www.gnu.org/licenses/>.
21
#
21
#
22
#
22
#
23
 
23
 
-
 
24
"""
-
 
25
    emBIOS client library.
-
 
26
    Provides functions to communicate with emBIOS devices via the USB bus.
-
 
27
"""
-
 
28
 
24
import sys
29
import sys
25
import struct
30
import struct
26
import usb.core
31
import usb.core
27
import libembiosdata
32
import libembiosdata
28
 
33