10372:1444b4bee64b | 10373:093dcebe5ecb |
---|---|
177 @return sorted list of all site names | 177 @return sorted list of all site names |
178 @rtype list of str | 178 @rtype list of str |
179 """ | 179 """ |
180 self.load() | 180 self.load() |
181 | 181 |
182 return sorted(self.__zoomDB.keys()) | 182 return sorted(self.__zoomDB) |
183 | 183 |
184 def sitesCount(self): | 184 def sitesCount(self): |
185 """ | 185 """ |
186 Public method to get the number of available sites. | 186 Public method to get the number of available sites. |
187 | 187 |