Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Brötzmann
gajim
Commits
edbb647f
Commit
edbb647f
authored
Sep 26, 2015
by
Yann Leboulanger
Browse files
fix typo
parent
b84306bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup_win32.py
View file @
edbb647f
...
...
@@ -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'
,
...
...
src/common/optparser.py
View file @
edbb647f
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment