|
32 | 32 | mimedata2url) |
33 | 33 |
|
34 | 34 | # Local imports |
35 | | -from winpython import __version__, __project_url__, __forum_url__ |
| 35 | +from winpython import __version__, __project_url__ |
36 | 36 | from winpython import wppm, associate, utils |
37 | 37 | from winpython.py3compat import getcwd, to_text_string |
38 | 38 |
|
@@ -711,16 +711,12 @@ def about(self): |
711 | 711 | <p>Copyright © 2012 Pierre Raybaut |
712 | 712 | <br>Licensed under the terms of the MIT License |
713 | 713 | <p>Created, developed and maintained by Pierre Raybaut |
714 | | - <p>WinPython's community: |
715 | | - <ul><li>Bug reports and feature requests: |
716 | | - <a href="%s">Google Code</a> |
717 | | - </li><li>Discussions around the project: |
718 | | - <a href="%s">Google Group</a> |
719 | | - </li></ul> |
| 714 | + <p><a href="%s">WinPython at SourceForge</a>: downloads, bug reports, |
| 715 | + discussions, etc.</p> |
720 | 716 | <p>This program is executed by:<br> |
721 | 717 | <b>%s</b><br> |
722 | 718 | Python %s, Qt %s, %s %s""" |
723 | | - % (self.NAME, __version__, __project_url__, __forum_url__, |
| 719 | + % (self.NAME, __version__, __project_url__, |
724 | 720 | python_distribution_infos(), |
725 | 721 | platform.python_version(), winpython.qt.QtCore.__version__, |
726 | 722 | winpython.qt.API_NAME, winpython.qt.__version__,) ) |
|
0 commit comments