src/eric7/EricXML/MultiProjectReader.py

branch
eric7
changeset 10423
299802979277
parent 10410
da82156f44e9
child 10439
21c28b0f9e41
equal deleted inserted replaced
10422:e28b89693f37 10423:299802979277
27 27
28 def __init__(self, device, multiProject): 28 def __init__(self, device, multiProject):
29 """ 29 """
30 Constructor 30 Constructor
31 31
32 @param device reference to the I/O device to read from (QIODevice) 32 @param device reference to the I/O device to read from
33 @type QIODevice
33 @param multiProject Reference to the multi project object to store the 34 @param multiProject Reference to the multi project object to store the
34 information into. 35 information into.
36 @type MultiProject
35 """ 37 """
36 XMLStreamReaderBase.__init__(self, device) 38 XMLStreamReaderBase.__init__(self, device)
37 39
38 self.multiProject = multiProject 40 self.multiProject = multiProject
39 self.path = os.path.dirname(device.fileName()) 41 self.path = os.path.dirname(device.fileName())

eric ide

mercurial