Changeset 9123 for branches/pep/src/common/check_paths.py
- Timestamp:
- 12/12/07 09:44:46 (12 months ago)
- Files:
-
- 1 modified
-
branches/pep/src/common/check_paths.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pep/src/common/check_paths.py
r8478 r9123 1 1 ## 2 ## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>2 ## Copyright (C) 2005-2006 Yann Leboulanger <asterix@lagaule.org> 3 3 ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> 4 4 ## Copyright (C) 2005-2006 Travis Shirk <travis@pobox.com> 5 5 ## 6 ## This program is free software; you can redistribute it and/or modify 6 ## This file is part of Gajim. 7 ## 8 ## Gajim is free software; you can redistribute it and/or modify 7 9 ## it under the terms of the GNU General Public License as published 8 ## by the Free Software Foundation; version 2only.10 ## by the Free Software Foundation; version 3 only. 9 11 ## 10 ## This program is distributed in the hope that it will be useful,12 ## Gajim is distributed in the hope that it will be useful, 11 13 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 12 14 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 15 ## GNU General Public License for more details. 16 ## 17 ## You should have received a copy of the GNU General Public License 18 ## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 14 19 ## 15 20 … … 123 128 print _('Gajim will now exit') 124 129 sys.exit() 125 130 126 131 else: # dot_gajim doesn't exist 127 132 if dot_gajim: # is '' on win9x so avoid that
