Skip to content

Commit ccc6fc9

Browse files
authored
Merge pull request #199 from mpaolino/master
Replaced example shebangs so it works with virtualenvs
2 parents dfc1ac8 + 1362709 commit ccc6fc9

File tree

914 files changed

+915
-915
lines changed

Some content is hidden

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

914 files changed

+915
-915
lines changed

README.md

Lines changed: 2 additions & 2 deletions

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
#

0 commit comments

Comments
 (0)