Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
175
Issues
175
List
Boards
Labels
Milestones
Merge Requests
48
Merge Requests
48
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
e4397edf
Commit
e4397edf
authored
Sep 09, 2019
by
Vincent A
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python3: fix some more shebangs
parent
901e148b
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
9 additions
and
11 deletions
+9
-11
contrib/boobank_indicator/boobank_indicator/boobank_indicator.py
.../boobank_indicator/boobank_indicator/boobank_indicator.py
+1
-1
contrib/downloadboob/downloadboob.py
contrib/downloadboob/downloadboob.py
+1
-1
contrib/hds/export.py
contrib/hds/export.py
+1
-1
contrib/munin/boobank-munin
contrib/munin/boobank-munin
+1
-1
contrib/munin/weboob-generic
contrib/munin/weboob-generic
+1
-1
contrib/rboorrent-download/rboorrent-download.py
contrib/rboorrent-download/rboorrent-download.py
+1
-1
contrib/videoob_web/videoob-webserver
contrib/videoob_web/videoob-webserver
+1
-1
docs/source/genapi.py
docs/source/genapi.py
+1
-1
tools/boilerplate/boilerplate.py
tools/boilerplate/boilerplate.py
+1
-1
tools/boilerplate/boilerplate_data/recipes.py
tools/boilerplate/boilerplate_data/recipes.py
+0
-1
tools/boilerplate/recipe.py
tools/boilerplate/recipe.py
+0
-1
No files found.
contrib/boobank_indicator/boobank_indicator/boobank_indicator.py
View file @
e4397edf
#!/usr/bin/env python
#!/usr/bin/env python
3
import
logging
import
os
...
...
contrib/downloadboob/downloadboob.py
View file @
e4397edf
#!/usr/bin/env python
#!/usr/bin/env python
3
# -*- coding: utf-8 -*-
# Copyright(C) 2012 Alexandre Flament
...
...
contrib/hds/export.py
View file @
e4397edf
#!/usr/bin/env python
#!/usr/bin/env python
3
# -*- coding: utf-8 -*-
# Copyright(C) 2011 Romain Bignon
...
...
contrib/munin/boobank-munin
View file @
e4397edf
#!/usr/bin/env python
#!/usr/bin/env python
3
# -*- coding: utf-8 -*-
# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai
...
...
contrib/munin/weboob-generic
View file @
e4397edf
#!/usr/bin/env python
#!/usr/bin/env python
3
# -*- coding: utf-8 -*-
# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai
...
...
contrib/rboorrent-download/rboorrent-download.py
View file @
e4397edf
#!/usr/bin/env python
#!/usr/bin/env python
3
# -*- coding: utf-8 -*-
# Copyright(C) 2017 Matthieu Weber
...
...
contrib/videoob_web/videoob-webserver
View file @
e4397edf
#!/usr/bin/env python
#!/usr/bin/env python
3
# -*- coding: utf-8 -*-
# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai
...
...
docs/source/genapi.py
View file @
e4397edf
#!/usr/bin/env python
#!/usr/bin/env python
3
import
os
...
...
tools/boilerplate/boilerplate.py
View file @
e4397edf
#! /usr/bin/env python
#! /usr/bin/env python
3
# -*- coding: utf-8 -*-
# Copyright(C) 2013-2019 Laurent Bachelier, Sébastien Jean
...
...
tools/boilerplate/boilerplate_data/recipes.py
View file @
e4397edf
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright(C) 2013-2019 Laurent Bachelier, Sébastien Jean
...
...
tools/boilerplate/recipe.py
View file @
e4397edf
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright(C) 2013-2019 Laurent Bachelier, Sébastien Jean
...
...
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