Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2015-09-26 16:58:33 +0300
committerYann Leboulanger <asterix@lagaule.org>2015-09-26 16:58:33 +0300
commitedbb647f21756a11f90ec76b588e217fea7a016c (patch)
tree690305594319e024e21be55be408e6f3d3b0baa3
parentb84306bc83e6f483c78b89e3820db434e08be39f (diff)
fix typogajim-0.16.4
-rw-r--r--setup_win32.py2
-rw-r--r--src/common/optparser.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup_win32.py b/setup_win32.py
index c578c9485..9bd12263d 100644
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -35,7 +35,7 @@ options = {
'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 --git a/src/common/optparser.py b/src/common/optparser.py
index e8ecbd9d2..3c79df0b4 100644
--- a/src/common/optparser.py
+++ b/src/common/optparser.py
@@ -43,7 +43,7 @@ log = logging.getLogger('gajim.c.optparser')
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