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,6 +90,8 @@ class Project(object):
90 self.debug = 0 90 self.debug = 0
91 self.version = "$Revision$" 91 self.version = "$Revision$"
92 92
  93 + print self.version
  94 +
93 ####### MASK OPERATIONS 95 ####### MASK OPERATIONS
94 96
95 def AddMask(self, index, mask): 97 def AddMask(self, index, mask):