Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #10 from alfredo/master
Browse files Browse the repository at this point in the history
Updated hardcoded python path on the scripts, for using the activated enviroment one
  • Loading branch information
fwenzel committed May 6, 2012
2 parents 7547d25 + 75e3f42 commit 810c3f7
Show file tree
Hide file tree
Showing 58 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion bin/build_tmdb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2008 Zuza Software Foundation
Expand Down
2 changes: 1 addition & 1 deletion bin/csv2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2003, 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/csv2tbx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2006 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/html2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/ical2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2008 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/ini2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2002, 2003 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/moz2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/nosetests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
# EASY-INSTALL-ENTRY-SCRIPT: 'nose==1.0.0','console_scripts','nosetests'
__requires__ = 'nose==1.0.0'
import sys
Expand Down
2 changes: 1 addition & 1 deletion bin/nosetests-2.6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
# EASY-INSTALL-ENTRY-SCRIPT: 'nose==1.0.0','console_scripts','nosetests-2.6'
__requires__ = 'nose==1.0.0'
import sys
Expand Down
2 changes: 1 addition & 1 deletion bin/odf2xliff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/oo2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2002-2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/oo2xliff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2002-2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/php2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2008 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2003, 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2ical
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2008 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2007 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2moz
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2oo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2002-2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2008 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2prop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2002, 2003 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2002, 2003, 2008 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2sub
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2008 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2symb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2008 Zuza Software Foundation
Expand Down
2 changes: 1 addition & 1 deletion bin/po2tiki
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2008 Mozilla Corporation, Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2tmx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2005 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2web2py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2009 Zuza Software Foundation
Expand Down
2 changes: 1 addition & 1 deletion bin/po2wordfast
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2007 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/po2xliff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2005 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/poclean
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2003, 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/pocompile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2005 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/poconflicts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2005 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/pocount
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/podebug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/pofilter
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/pogrep
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2003, 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/pomerge
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/porestructure
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2005 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/posegment
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2007 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/poswap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2007 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/pot2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/poterminology
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2008 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/pretranslate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2008 Zuza Software Foundation
Expand Down
2 changes: 1 addition & 1 deletion bin/prop2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2002, 2003 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/pybabel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
# EASY-INSTALL-ENTRY-SCRIPT: 'Babel==0.9.5','console_scripts','pybabel'
__requires__ = 'Babel==0.9.5'
import sys
Expand Down
2 changes: 1 addition & 1 deletion bin/rc2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2002, 2003, 2008 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/sub2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2008 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/symb2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2008 Zuza Software Foundation
Expand Down
2 changes: 1 addition & 1 deletion bin/tiki2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2008 Mozilla Corporation, Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/tmserver
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2008 Zuza Software Foundation
Expand Down
2 changes: 1 addition & 1 deletion bin/ts2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/txt2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/web2py2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2009 Zuza Software Foundation
Expand Down
2 changes: 1 addition & 1 deletion bin/xliff2odf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/xliff2oo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2002-2004 Zuza Software Foundation
#
Expand Down
2 changes: 1 addition & 1 deletion bin/xliff2po
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/fred/.virtualenvs/playdoh/bin/python2.6
#!/usr/bin/env python
#
# Copyright 2005 Zuza Software Foundation
#
Expand Down

0 comments on commit 810c3f7

Please sign in to comment.