This website requires JavaScript.
Explore
Help
Sign In
copyleftie
/
gajim-plural
Watch
1
Star
0
Fork
You've already forked gajim-plural
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
5af13a0e95
gajim-plural
/
launch.py
5 lines
61 B
Python
Raw
Normal View
History
Unescape
Escape
Don't hard code python path in scripts to support virtualenv
2017-09-06 23:15:13 +02:00
#!/usr/bin/env python3
Rewrite launch script
2017-07-16 18:23:02 +02:00
Use setuptools' automatic script creation
2018-01-13 22:07:25 +01:00
from
gajim
import
gajim
gajim
.
main
(
)