Skip to content
Snippets Groups Projects
Commit 9912921e authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove useless raise

parent 74e1965e
No related branches found
No related tags found
No related merge requests found
......@@ -403,7 +403,6 @@ if __name__ == '__main__':
# Session Management support
try:
import gnome.ui
raise ImportError
except ImportError:
pass
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment