Skip to content

Commit

Permalink
python2 -> python
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Feb 21, 2012
1 parent 7667e94 commit d7ab25e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/modules/FindLibPython.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python

# Copyright (c) 2007, Simon Edwards <[email protected]>
# Redistribution and use is allowed according to the terms of the BSD license.
Expand Down
2 changes: 1 addition & 1 deletion po/i18n_extractor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
# -*- coding: UTF-8 -*-

import re
Expand Down
2 changes: 1 addition & 1 deletion po/i18n_scanner.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
# -*- coding: UTF-8 -*-

import re
Expand Down
2 changes: 1 addition & 1 deletion scripts/hotot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
# Author: Shellex Wai <[email protected]>
Expand Down

0 comments on commit d7ab25e

Please sign in to comment.