Skip to content

Commit ededddf

Browse files
authored
Merge pull request rickysarraf#121 from pabs3/python3-shebangs
Switch more Python shebangs to Python 3
2 parents c50e130 + cf1e2c0 commit ededddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apt_offline_core/AptOfflineDebianBtsLib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
# debianbts.py - Methods to query Debian's BTS.
44
# Copyright (C) 2007-2015 Bastian Venthur <[email protected]>

apt_offline_core/AptOfflineMagicLib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
'''
33
Python bindings for libmagic
44
'''

0 commit comments

Comments
 (0)