Commit 7e1c879713bfb4335a216789ee4a02408197a059

Authored by Paulo Henrique Junqueira Amorim
1 parent 810cd690

ENH: Removed commenter's

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
invesalius/gui/dialogs.py
@@ -159,8 +159,6 @@ def ShowOpenProjectDialog(): @@ -159,8 +159,6 @@ def ShowOpenProjectDialog():
159 def ShowImportDirDialog(): 159 def ShowImportDirDialog():
160 current_dir = os.path.abspath(".") 160 current_dir = os.path.abspath(".")
161 161
162 - #defaultPath = sys.platform"  
163 -  
164 if (sys.platform == 'win32') or (sys.platform == 'linux2'): 162 if (sys.platform == 'win32') or (sys.platform == 'linux2'):
165 session = ses.Session() 163 session = ses.Session()
166 164