Skip to content

Commit

Permalink
qt4: one return is enough :)
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Oct 23, 2010
1 parent 06b2a8d commit 7a9679a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion amsn2/ui/front_ends/qt4/__init__.py
Expand Up @@ -33,7 +33,6 @@ def load():
etype, value, tb = sys.exc_info()
traceback.print_exception(etype, value, tb.tb_next)
return None
return None

# Initialize the front end by checking for any
# dependency then register it to the guimanager
Expand Down

0 comments on commit 7a9679a

Please sign in to comment.