Merge pull request #3343 from Piratonym/issue-3336

Use python2 in Python script shebang lines
This commit is contained in:
Paul Gear
2016-04-22 13:33:00 +10:00
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import urllib2
import re

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import warnings
import re
warnings.filterwarnings(action="ignore", message='the sets module is deprecated')

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import urllib2
import re