Commit 1430646083b2592795c954f9b0ebc824004fd9da

Authored by tfmoraes
1 parent 693979e2

TEST: Testing svn keyword Revision

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
invesalius/project.py
... ... @@ -90,6 +90,8 @@ class Project(object):
90 90 self.debug = 0
91 91 self.version = "$Revision$"
92 92  
  93 + print self.version
  94 +
93 95 ####### MASK OPERATIONS
94 96  
95 97 def AddMask(self, index, mask):
... ...