8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
109 | 109 |
110 def __init__(self): | 110 def __init__(self): |
111 """ | 111 """ |
112 Constructor | 112 Constructor |
113 """ | 113 """ |
114 super(ViewManager, self).__init__() | 114 super().__init__() |
115 | 115 |
116 # initialize the instance variables | 116 # initialize the instance variables |
117 self.editors = [] | 117 self.editors = [] |
118 self.currentEditor = None | 118 self.currentEditor = None |
119 self.untitledCount = 0 | 119 self.untitledCount = 0 |