Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
dogtail
dogtail
Commits
084c2642
Commit
084c2642
authored
Nov 02, 2018
by
Vitezslav Humpa
Browse files
All scripts and sniff now go /usr/bin/python3. Framework remains bilingual.
parent
69bc9d5d
Pipeline
#35224718
canceled with stages
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
scripts/dogtail-detect-session
scripts/dogtail-detect-session
+1
-1
scripts/dogtail-logout
scripts/dogtail-logout
+1
-1
scripts/dogtail-run-headless
scripts/dogtail-run-headless
+1
-1
scripts/dogtail-run-headless-next
scripts/dogtail-run-headless-next
+1
-1
setup.py
setup.py
+1
-1
sniff/sniff
sniff/sniff
+1
-1
No files found.
scripts/dogtail-detect-session
View file @
084c2642
#!/usr/bin/
env
python
#!/usr/bin/python
3
# -*- coding: utf-8 -*-
from
__future__
import
absolute_import
,
division
,
print_function
,
unicode_literals
"""
...
...
scripts/dogtail-logout
View file @
084c2642
#!/usr/bin/
env
python
#!/usr/bin/python
3
# -*- coding: utf-8 -*-
from
__future__
import
absolute_import
,
division
,
print_function
,
unicode_literals
# Logs out the full gnome session. Be sure to have your documents saved, as running
...
...
scripts/dogtail-run-headless
View file @
084c2642
#!/usr/bin/
env
python
#!/usr/bin/python
3
# -*- coding: utf-8 -*-
from
__future__
import
absolute_import
,
division
,
print_function
,
unicode_literals
"""
...
...
scripts/dogtail-run-headless-next
View file @
084c2642
#!/usr/bin/
env
python
#!/usr/bin/python
3
# -*- coding: utf-8 -*-
from
__future__
import
absolute_import
,
division
,
print_function
,
unicode_literals
descr
=
"""
...
...
setup.py
View file @
084c2642
...
...
@@ -92,7 +92,7 @@ Vitezslav Humpa <vhumpa@redhat.com>""",
],
options
=
{
'build_scripts'
:
{
'executable'
:
'/usr/bin/
env
python'
,
'executable'
:
'/usr/bin/python
3
'
,
}
}
)
...
...
sniff/sniff
View file @
084c2642
#!/usr/bin/
env
python
#!/usr/bin/python
3
# -*- coding: utf-8 -*-
from
__future__
import
absolute_import
,
division
,
print_function
,
unicode_literals
"""
...
...
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