Skip to content

Commit

Permalink
Use python2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Jun 28, 2013
1 parent da53f83 commit 821dda8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion buildrequests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python26
import cgitb
cgitb.enable()
import cgi
Expand Down
2 changes: 1 addition & 1 deletion cmsgit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python26
# Helper script to create merge branches in the category repositories.
#
# Argument which it takes:
Expand Down
2 changes: 1 addition & 1 deletion common.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python26
#
# A smallish toolkit for web requests.
import os
Expand Down
2 changes: 1 addition & 1 deletion cvs-queue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python26
import cgi, os, tempfile, shutil
from ws_sso_content_reader import getContent
from BeautifulSoup import BeautifulSoup
Expand Down
2 changes: 1 addition & 1 deletion externals
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python26
import cgi, os, tempfile, shutil
from ws_sso_content_reader import getContent
from BeautifulSoup import BeautifulSoup
Expand Down
2 changes: 1 addition & 1 deletion ws_sso_content_reader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python26
###Description: The tool reads cern web services behind SSO using user certificates
import os, urllib, urllib2, httplib, cookielib, sys, HTMLParser, re
from optparse import OptionParser
Expand Down

0 comments on commit 821dda8

Please sign in to comment.