mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge pull request #1 from GRiker/master
Testing push from local repository, pull request to Kovid
This commit is contained in:
commit
3c42095f4c
@ -16,8 +16,9 @@ import os, sys
|
||||
|
||||
from collections import OrderedDict
|
||||
from ctypes import (
|
||||
c_int, c_long, c_void_p, c_char_p, Structure, POINTER, byref, cdll, c_char, c_ulonglong,
|
||||
c_uint, c_ubyte, create_string_buffer, string_at)
|
||||
byref, cdll, create_string_buffer,
|
||||
c_char, c_char_p, c_int, c_long, c_ubyte, c_uint, c_ulonglong, c_void_p,
|
||||
POINTER, string_at, Structure)
|
||||
|
||||
from calibre.constants import DEBUG, islinux, isosx, iswindows
|
||||
from calibre.devices.idevice.parse_xml import XmlPropertyListParser
|
||||
|
Loading…
x
Reference in New Issue
Block a user