Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim
Commits
c879872b
Commit
c879872b
authored
May 01, 2020
by
Philipp Hörist
Browse files
1.1.99.1
parent
0fb4b024
Changes
1
Show whitespace changes
Inline
Side-by-side
gajim/__init__.py
View file @
c879872b
import
os
import
os
import
subprocess
import
subprocess
__version__
=
"1.1.99"
__version__
=
"1.1.99
.1
"
IS_FLATPAK
=
False
IS_FLATPAK
=
False
if
os
.
path
.
exists
(
'/app/share/run-as-flatpak'
):
if
os
.
path
.
exists
(
'/app/share/run-as-flatpak'
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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