remove useless raise
This commit is contained in:
parent
74e1965e2e
commit
9912921ec7
1 changed files with 0 additions and 1 deletions
|
@ -403,7 +403,6 @@ if __name__ == '__main__':
|
|||
# Session Management support
|
||||
try:
|
||||
import gnome.ui
|
||||
raise ImportError
|
||||
except ImportError:
|
||||
pass
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue