Skip to content
Snippets Groups Projects
Commit 460c6286 authored by fedor.brunner's avatar fedor.brunner
Browse files

Syntax correction for Python3

parent 58fdefa1
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ class ConfigPaths:
'MY_EMOTS': 'emoticons', 'MY_ICONSETS': 'iconsets',
'MY_MOOD_ICONSETS': 'moods', 'MY_ACTIVITY_ICONSETS': 'activities',
'PLUGINS_USER': 'plugins', 'MY_PEER_CERTS': 'certs',
'RNG_SEED': u'rng_seed'}
'RNG_SEED': 'rng_seed'}
for name in d:
self.add(name, TYPE_DATA, windowsify(d[name]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment