Commit e7bf89881f932e88ca10faba9d4104fac90c27b2
1 parent
1743ebf8
Exists in
master
and in
67 other branches
Removed the excess of blank lines in session.py
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
invesalius/session.py
@@ -91,7 +91,6 @@ class Session(object): | @@ -91,7 +91,6 @@ class Session(object): | ||
91 | except(IOError): | 91 | except(IOError): |
92 | return False | 92 | return False |
93 | 93 | ||
94 | - | ||
95 | def CloseProject(self): | 94 | def CloseProject(self): |
96 | import constants as const | 95 | import constants as const |
97 | debug("Session.CloseProject") | 96 | debug("Session.CloseProject") |
@@ -171,7 +170,6 @@ class Session(object): | @@ -171,7 +170,6 @@ class Session(object): | ||
171 | config.write(configfile) | 170 | config.write(configfile) |
172 | configfile.close() | 171 | configfile.close() |
173 | 172 | ||
174 | - | ||
175 | def __add_to_list(self, item): | 173 | def __add_to_list(self, item): |
176 | import constants as const | 174 | import constants as const |
177 | # Last projects list | 175 | # Last projects list |
@@ -305,7 +303,3 @@ class WriteSession(Thread): | @@ -305,7 +303,3 @@ class WriteSession(Thread): | ||
305 | self.session.CreateSessionFile() | 303 | self.session.CreateSessionFile() |
306 | 304 | ||
307 | configfile.close() | 305 | configfile.close() |
308 | - | ||
309 | - | ||
310 | - | ||
311 | - |