Skip to content

Commit aad4e4c

Browse files
committed
Replaced example shebangs so it works with virtualenvs
1 parent 1d48d00 commit aad4e4c

File tree

912 files changed

+912
-912
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

912 files changed

+912
-912
lines changed

examples/adwords/adwords_appengine_demo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/demo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/demo/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/handlers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/handlers/api_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/handlers/ndb_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/models/app_user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/views/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

examples/adwords/adwords_appengine_demo/views/add_adgroup_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
#
33
# Copyright 2014 Google Inc. All Rights Reserved.
44
#

0 commit comments

Comments
 (0)