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 | 91 | except(IOError): |
92 | 92 | return False |
93 | 93 | |
94 | - | |
95 | 94 | def CloseProject(self): |
96 | 95 | import constants as const |
97 | 96 | debug("Session.CloseProject") |
... | ... | @@ -171,7 +170,6 @@ class Session(object): |
171 | 170 | config.write(configfile) |
172 | 171 | configfile.close() |
173 | 172 | |
174 | - | |
175 | 173 | def __add_to_list(self, item): |
176 | 174 | import constants as const |
177 | 175 | # Last projects list |
... | ... | @@ -305,7 +303,3 @@ class WriteSession(Thread): |
305 | 303 | self.session.CreateSessionFile() |
306 | 304 | |
307 | 305 | configfile.close() |
308 | - | |
309 | - | |
310 | - | |
311 | - | ... | ... |