changeset 5253377a8628 in /home/hg/repos/gajim

author: Yann Leboulanger <[email protected]>
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=5253377a8628
description: fix typo

diffstat:

 setup_win32.py          |  2 +-
 src/common/optparser.py |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 973f4b3492a5 -r 5253377a8628 setup_win32.py
--- a/setup_win32.py    Sat Sep 26 15:43:32 2015 +0200
+++ b/setup_win32.py    Sat Sep 26 15:58:33 2015 +0200
@@ -35,7 +35,7 @@
             'goocanvas', 'Crypto.PublicKey.DSA', 'Crypto.Hash.HMAC',
             'numbers', 'win32com.client', 'win32com.server', 'HTMLParser'],
        'base': 'Win32GUI',
-        'packages': ['cffi', 'cryptography']
+       'packages': ['cffi', 'cryptography'],
           'bin_excludes': [
             'iconv.dll', 'intl.dll', 'libatk-1.0-0.dll',
             'libgdk_pixbuf-2.0-0.dll', 'libgdk-win32-2.0-0.dll',
diff -r 973f4b3492a5 -r 5253377a8628 src/common/optparser.py
--- a/src/common/optparser.py   Sat Sep 26 15:43:32 2015 +0200
+++ b/src/common/optparser.py   Sat Sep 26 15:58:33 2015 +0200
@@ -43,7 +43,7 @@
 
 class OptionsParser:
     def __init__(self, filename):
-        self.__filename = filename
+        self.__filename = os.path.realpath(filename)
         self.old_values = {}    # values that are saved in the file and maybe
                                                         # no longer valid
 
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to