Project/Project.py

changeset 5346
c13cb3f4b2b1
parent 5344
cd3a3d0d7823
child 5352
ddcf6fd8c316
child 5353
60fcaa1c3c3c
equal deleted inserted replaced
5345:c7c3f9de2d1c 5346:c13cb3f4b2b1
3379 Public mehod to get the version number of the project. 3379 Public mehod to get the version number of the project.
3380 3380
3381 @return version number 3381 @return version number
3382 @rtype str 3382 @rtype str
3383 """ 3383 """
3384 return self.pdate["VERSION"] 3384 return self.pdata["VERSION"]
3385 3385
3386 def getProjectAuthor(self): 3386 def getProjectAuthor(self):
3387 """ 3387 """
3388 Public method to get the author of the project. 3388 Public method to get the author of the project.
3389 3389

eric ide

mercurial