ProjectFlask/Project.py

changeset 35
65a377b7a52c
parent 32
80fc8deac8fe
child 46
e700f73e1c6f
equal deleted inserted replaced
34:a91c6a1eb23f 35:65a377b7a52c
425 Public method to handle the closing of a project. 425 Public method to handle the closing of a project.
426 """ 426 """
427 for dlg in (self.__serverDialog, self.__routesDialog): 427 for dlg in (self.__serverDialog, self.__routesDialog):
428 if dlg is not None: 428 if dlg is not None:
429 dlg.close() 429 dlg.close()
430
431 self.__migrateProject.projectClosed()
430 432
431 def supportedPythonVariants(self): 433 def supportedPythonVariants(self):
432 """ 434 """
433 Public method to get the supported Python variants. 435 Public method to get the supported Python variants.
434 436

eric ide

mercurial