Description: remove this duplicated import, which is done too early and outside of the try/except block
Author: Mattia Rizzolo <mattia@debian.org>
Forwarded: yes, to Jérôme <jerome@jolimont.fr>
Last-Update: 2015-12-28

--- a/src/gb
+++ b/src/gb
@@ -1,6 +1,5 @@
 #!/usr/bin/python
 '''import main function from gbirthday and execute it'''
-from gbirthday import main
 try:
     from gbirthday import main
 except ImportError:
