ProjectFlask/Project.py

changeset 32
80fc8deac8fe
parent 30
76c86fe13f36
child 35
65a377b7a52c
equal deleted inserted replaced
31:e614add95516 32:80fc8deac8fe
354 ## methods below implement virtual environment handling 354 ## methods below implement virtual environment handling
355 ################################################################## 355 ##################################################################
356 356
357 def getVirtualEnvironment(self): 357 def getVirtualEnvironment(self):
358 """ 358 """
359 Private method to get the path of the virtual environment. 359 Public method to get the path of the virtual environment.
360 360
361 @return path of the virtual environment 361 @return path of the virtual environment
362 @rtype str 362 @rtype str
363 """ 363 """
364 language = self.__e5project.getProjectLanguage() 364 language = self.__e5project.getProjectLanguage()

eric ide

mercurial